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:
parent
19a9c0bfaa
commit
660a68275c
3 changed files with 122 additions and 29 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue