fix reaction
This commit is contained in:
parent
fb327917f7
commit
477dfd0af9
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ class ReminderDiscord(commands.Cog, name="Reminder"):
|
|||
sourceMessage = await channel.fetch_message(sourceMessage) # récupération message
|
||||
except:
|
||||
sourceMessage = None # message a été supprimé
|
||||
if sourceMessage != True:
|
||||
await addReaction(sourceMessage.message, 0) # ajout réaction
|
||||
if sourceMessage != True:
|
||||
await addReaction(sourceMessage, 0) # ajout réaction
|
||||
finalEmbed.set_footer(text=f"Message d'il y a {timedeltaToString(int(nowUTC()) - expired[3])}")
|
||||
links = ""
|
||||
findedURLs = getURLsInString(reminder)
|
||||
|
|
Reference in a new issue