3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-17 23:25:02 +00:00

spam: add support for non-message spam; add max_voice_move spam detection

This commit is contained in:
Dragory 2019-02-17 17:09:49 +02:00
parent 19a9c0bfaa
commit 660a68275c
3 changed files with 122 additions and 29 deletions

View file

@ -33,7 +33,7 @@ export enum LogType {
COMMAND,
SPAM_DETECTED,
MESSAGE_SPAM_DETECTED,
CENSOR,
CLEAN,
@ -44,5 +44,6 @@ export enum LogType {
MEMBER_TIMED_MUTE,
MEMBER_TIMED_UNMUTE,
MEMBER_JOIN_WITH_PRIOR_RECORDS
MEMBER_JOIN_WITH_PRIOR_RECORDS,
OTHER_SPAM_DETECTED,
}