ajout aliase dispo dans le message d'aide
This commit is contained in:
parent
4d4574ae0d
commit
9677f3534d
1 changed files with 1 additions and 1 deletions
|
@ -479,7 +479,7 @@ class Utils(commands.Cog):
|
|||
|
||||
@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] """
|
||||
"""Met en place un rappel.\n ➡ Syntaxe: {PREFIX}reminder/remind/remindme/rappel <temps>[@] [message] """
|
||||
fromSlash = False
|
||||
if len(reminder) > 0:
|
||||
if reminder[-1] == True:
|
||||
|
|
Reference in a new issue