3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-06 18:47:20 +00:00
zeppelin/backend/src/plugins/Automod/triggers/stickerSpam.ts
2024-04-09 20:57:18 +03:00

4 lines
235 B
TypeScript

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