ajout marge d'erreur
This commit is contained in:
parent
38057e610a
commit
c11af6ebee
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ class Utils(commands.Cog):
|
|||
if fromSlash != True:
|
||||
messageID = ctx.message.id
|
||||
Reminder().ajoutReminder(messageID, ctx.channel.id, mention, reminder, now, now + seconds, ctx.author.id)
|
||||
return await ctx.send(f"Ok, je t'en parles dans {timedeltaToString(seconds)} !")
|
||||
return await ctx.send(f"Ok, je t'en parles dans {timedeltaToString(seconds)} ± 1min !")
|
||||
await ctx.send(embed = embed)
|
||||
@cog_ext.cog_slash(name="reminder", description = "Met en place un rappel.")
|
||||
async def __reminder(self, ctx, time, reminder = None):
|
||||
|
|
Reference in a new issue