3
0
Fork 0
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:
Dragory 2018-08-18 19:21:39 +03:00
parent b2b9e93f8f
commit ff99c1a84e
4 changed files with 138 additions and 107 deletions

View file

@ -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,