1
0
Fork 0
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:
Myned 2018-01-14 01:27:09 -05:00
parent e069023dc6
commit 09c09199bd

View file

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