mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-20 16:25:03 +00:00
Add purge alias to !clean/!clear
This commit is contained in:
parent
6f545f5c4a
commit
ddd21a183a
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ async function cleanMessages(
|
||||||
}
|
}
|
||||||
|
|
||||||
export const CleanCmd = utilityCmd({
|
export const CleanCmd = utilityCmd({
|
||||||
trigger: ["clean", "clear"],
|
trigger: ["clean", "clear", "purge"],
|
||||||
description: "Remove a number of recent messages",
|
description: "Remove a number of recent messages",
|
||||||
usage: "!clean 20",
|
usage: "!clean 20",
|
||||||
permission: "can_clean",
|
permission: "can_clean",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue