ajout aliase "rappel" a la commande "reminder"

This commit is contained in:
Mylloon 2021-06-04 14:09:02 +02:00
parent c11af6ebee
commit 5cd3ef088d

View file

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