You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ deleteInteractionResponse nil (sendResponseRetID nil (complexMessage "content" (print "Added " $emoji " for 60 seconds. Remember to click it to retain it!") "ephemeral" true)) 5 }}
{{ scheduleUniqueCC $.CCID nil 60 . . }}{{/* Remove reaction after 60 seconds and override any previous scheduled removals for this message and this emoji */}}
{{ catch }}
{{ if in .Error "Reaction blocked" }}
{{ deleteInteractionResponse nil (sendResponseRetID nil (complexMessage "content" (print "Could not add " $emoji " because " (getMessage nil (index $split 1)).Author.Mention " blocked me 😔") "ephemeral" true)) 5 }}