mirror of
https://github.com/myned/modufur.git
synced 2024-12-24 14:27:27 +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.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()
|
||||
async def prune(self, ctx):
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue