3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-20 08:15:03 +00:00

Add purge alias to !clean/!clear

This commit is contained in:
svcodes 2021-02-06 11:45:58 -06:00 committed by GitHub
parent 6f545f5c4a
commit ddd21a183a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",