From 93c2b5e61084a0f9a1ccb41331a87e6e813f209a Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 4 Aug 2021 09:35:09 +0200 Subject: [PATCH] Modification on reminder message confirmation --- src/cogs/reminder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cogs/reminder.py b/src/cogs/reminder.py index a8fc8e5..47a032a 100644 --- a/src/cogs/reminder.py +++ b/src/cogs/reminder.py @@ -82,7 +82,7 @@ class ReminderDiscord(commands.Cog): embed = discord.Embed(color = 0xC41B1B) extrarg = 0 guildID = ctx.guild.id # can be set to 0 if its a DM message, so it can be see from anywhere - destination = "ici" + destination = "dans ce salon" if not reminder: reminder = "Notification" if time == "help":