diff --git a/backend/src/plugins/Utility/commands/CleanCmd.ts b/backend/src/plugins/Utility/commands/CleanCmd.ts index e75da2f8..4bd1cdec 100644 --- a/backend/src/plugins/Utility/commands/CleanCmd.ts +++ b/backend/src/plugins/Utility/commands/CleanCmd.ts @@ -50,7 +50,7 @@ async function cleanMessages( } export const CleanCmd = utilityCmd({ - trigger: ["clean", "clear"], + trigger: ["clean", "clear", "purge"], description: "Remove a number of recent messages", usage: "!clean 20", permission: "can_clean",