3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 04:25:01 +00:00

feat: add thread_create_spam automod trigger (#273)

This commit is contained in:
Almeida 2021-10-31 17:23:26 +00:00 committed by GitHub
parent f9c0e661af
commit 6709115166
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 63 additions and 0 deletions

View file

@ -16,4 +16,5 @@ export enum RecentActionType {
MemberJoin,
Sticker,
MemberLeave,
ThreadCreate,
}