Modification on reminder message confirmation
This commit is contained in:
parent
d01fb02267
commit
93c2b5e610
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class ReminderDiscord(commands.Cog):
|
||||||
embed = discord.Embed(color = 0xC41B1B)
|
embed = discord.Embed(color = 0xC41B1B)
|
||||||
extrarg = 0
|
extrarg = 0
|
||||||
guildID = ctx.guild.id # can be set to 0 if its a DM message, so it can be see from anywhere
|
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:
|
if not reminder:
|
||||||
reminder = "Notification"
|
reminder = "Notification"
|
||||||
if time == "help":
|
if time == "help":
|
||||||
|
|
Reference in a new issue