mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-17 07:05:03 +00:00
Improve spam detection in laggy circumstances
This commit is contained in:
parent
b2b9e93f8f
commit
ff99c1a84e
4 changed files with 138 additions and 107 deletions
|
@ -1,7 +1,6 @@
|
|||
export enum LogType {
|
||||
MEMBER_WARN = 1,
|
||||
MEMBER_MUTE,
|
||||
MEMBER_MUTE_SPAM,
|
||||
MEMBER_UNMUTE,
|
||||
MEMBER_MUTE_EXPIRED,
|
||||
MEMBER_KICK,
|
||||
|
@ -34,7 +33,7 @@ export enum LogType {
|
|||
|
||||
COMMAND,
|
||||
|
||||
SPAM_DELETE,
|
||||
SPAM_DETECTED,
|
||||
CENSOR,
|
||||
CLEAN,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue