3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-25 02:25:01 +00:00
zeppelin/backend/src/plugins/Automod/triggers/stickerSpam.ts
2020-10-16 02:01:07 +03:00

4 lines
229 B
TypeScript

import { RecentActionType } from "../constants";
import { createMessageSpamTrigger } from "../functions/createMessageSpamTrigger";
export const StickerSpamTrigger = createMessageSpamTrigger(RecentActionType.Sticker, "sticker");