mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 20:35:02 +00:00
Automod work
This commit is contained in:
parent
140ba84544
commit
f657b169df
32 changed files with 1099 additions and 5 deletions
4
backend/src/plugins/Automod/triggers/characterSpam.ts
Normal file
4
backend/src/plugins/Automod/triggers/characterSpam.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
import { RecentActionType } from "../constants";
|
||||
import { createMessageSpamTrigger } from "../functions/createMessageSpamTrigger";
|
||||
|
||||
export const CharacterSpamTrigger = createMessageSpamTrigger(RecentActionType.Character, "character");
|
Loading…
Add table
Add a link
Reference in a new issue