From c11af6ebee436e7915133b8c4ad03bb4ca0dea1a Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 3 Jun 2021 20:34:07 +0200 Subject: [PATCH] ajout marge d'erreur --- src/cogs/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cogs/utils.py b/src/cogs/utils.py index 55b87ba..b5ed657 100644 --- a/src/cogs/utils.py +++ b/src/cogs/utils.py @@ -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):