mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-25 10:25:01 +00:00
Add sticker_spam automod trigger
This commit is contained in:
parent
0c73587b25
commit
3aada93a80
8 changed files with 34 additions and 7 deletions
4
backend/src/plugins/Automod/triggers/stickerSpam.ts
Normal file
4
backend/src/plugins/Automod/triggers/stickerSpam.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
import { RecentActionType } from "../constants";
|
||||
import { createMessageSpamTrigger } from "../functions/createMessageSpamTrigger";
|
||||
|
||||
export const StickerSpamTrigger = createMessageSpamTrigger(RecentActionType.Sticker, "sticker");
|
Loading…
Add table
Add a link
Reference in a new issue