Add respectable aliases for consistency (#2731)

* Add respectable aliases for consistency

* General command name for alias.py

* Forgot one for alias

* General command for filter

* General command for warnings

* Whoops

Resolves #1749
This commit is contained in:
Neuro Assassin
2019-05-24 18:22:17 -04:00
committed by Michael H
parent cd745d35c2
commit 2e271d695b
5 changed files with 7 additions and 7 deletions

View File

@@ -296,7 +296,7 @@ class CustomCommands(commands.Cog):
)
)
@customcom.command(name="delete")
@customcom.command(name="delete", aliases=["del", "remove"])
@checks.mod_or_permissions(administrator=True)
async def cc_delete(self, ctx, command: str.lower):
"""Delete a custom command.