mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2026-02-06 15:20:22 +00:00
💩👌 make lint happy
This commit is contained in:
@@ -50,7 +50,7 @@ func newantidb(path string) (*antidb, error) {
|
||||
return db, nil
|
||||
}
|
||||
|
||||
func (db *antidb) isInAntiList(uid, gid int64, msg string) bool {
|
||||
func (db *antidb) isInAntiList(gid int64, msg string) bool {
|
||||
grp := strconv.FormatInt(gid, 36)
|
||||
db.RLock()
|
||||
defer db.RUnlock()
|
||||
|
||||
Reference in New Issue
Block a user