mirror of
https://github.com/myned/modufur.git
synced 2024-12-25 14:47:29 +00:00
Add "purge|pur" aliases to prune group command
This commit is contained in:
parent
e069023dc6
commit
09c09199bd
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class Administration:
|
||||||
self.deleting = True
|
self.deleting = True
|
||||||
self.bot.loop.create_task(self.delete())
|
self.bot.loop.create_task(self.delete())
|
||||||
|
|
||||||
@cmds.group(aliases=['pru', 'clear', 'cl'], hidden=True)
|
@cmds.group(aliases=['pru', 'purge', 'pur', 'clear', 'cl'], hidden=True)
|
||||||
@cmds.is_owner()
|
@cmds.is_owner()
|
||||||
async def prune(self, ctx):
|
async def prune(self, ctx):
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in a new issue