sending hidden message if possible when deleting a reminder
This commit is contained in:
parent
4c4d0fe138
commit
6483358978
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ class ReminderDiscord(commands.Cog):
|
|||
Reminder().suppressionReminder(id)
|
||||
if fromSlash != True:
|
||||
await ctx.message.add_reaction(emoji = '✅')
|
||||
return await ctx.send(f"Reminder **#{id}** supprimé !")
|
||||
return await mySendHidden(ctx, fromSlash, f"Reminder **#{id}** supprimé !")
|
||||
else:
|
||||
if fromSlash != True:
|
||||
await ctx.message.add_reaction(emoji = '❌')
|
||||
|
|
Reference in a new issue