3
0
Fork 0
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:
Dragory 2019-10-13 22:05:41 +03:00
parent ca6eedb1be
commit 5b67544beb

View file

@ -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;