mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
4 lines
238 B
TypeScript
4 lines
238 B
TypeScript
import { RecentActionType } from "../constants";
|
|
import { createMessageSpamTrigger } from "../functions/createMessageSpamTrigger";
|
|
|
|
export const AttachmentSpamTrigger = createMessageSpamTrigger(RecentActionType.Attachment, "attachment");
|