mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Code clean-up
This commit is contained in:
parent
ca6eedb1be
commit
5b67544beb
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ export class UtilityPlugin extends ZeppelinPlugin<TConfigSchema> {
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
@d.permission("can_clean")
|
@d.permission("can_clean")
|
||||||
async cleanAllCmd(
|
async cleanCmd(
|
||||||
msg: Message,
|
msg: Message,
|
||||||
args: {
|
args: {
|
||||||
count: number;
|
count: number;
|
||||||
|
|
Loading…
Add table
Reference in a new issue