ajout aliase "rappel" a la commande "reminder"
This commit is contained in:
parent
c11af6ebee
commit
5cd3ef088d
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ class Utils(commands.Cog):
|
|||
args = shlex.split(args)
|
||||
return await self._avis(ctx, *args, True)
|
||||
|
||||
@commands.command(name='reminder', aliases=["remind", "remindme"])
|
||||
@commands.command(name='reminder', aliases=["remind", "remindme", "rappel"])
|
||||
async def _reminder(self, ctx, time, *reminder):
|
||||
"""Met en place un rappel.\n ➡ Syntaxe: {PREFIX}reminder/remind/remindme <temps>[@] [message] """
|
||||
fromSlash = False
|
||||
|
|
Reference in a new issue