add aliase to remove command
This commit is contained in:
parent
bebc8bca72
commit
0d345c3d03
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class Commandes(commands.Cog):
|
|||
else:
|
||||
await ctx.send(f"@{ctx.author.name}, {self.notModo}.")
|
||||
|
||||
@commands.command(name="remove")
|
||||
@commands.command(name="remove", aliases=["delete"])
|
||||
async def _remove(self, ctx: commands.Context, commandName = None):
|
||||
"""Supprime une commande de la base de donnée du bot : remove nomDeLaCommande"""
|
||||
if commandName == None:
|
||||
|
|
Loading…
Reference in a new issue