mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 18:06:08 -05:00
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:
committed by
Michael H
parent
cd745d35c2
commit
2e271d695b
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user