mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +00:00
Fix merge conflict
This commit is contained in:
commit
1a182b26eb
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ async function cleanMessages(
|
||||||
}
|
}
|
||||||
|
|
||||||
export const CleanCmd = utilityCmd({
|
export const CleanCmd = utilityCmd({
|
||||||
trigger: "clean",
|
trigger: ["clean", "clear"],
|
||||||
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
Reference in a new issue