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":