1 Commits

Author SHA1 Message Date
8f9205fbf0 adding emojis 2025-07-15 19:06:44 -04:00

View File

@@ -34,6 +34,7 @@ const (
ReactionDoubleExclamation Reaction = ":bangbang:" ReactionDoubleExclamation Reaction = ":bangbang:"
ReactionSkull Reaction = ":skull:" ReactionSkull Reaction = ":skull:"
ReactionSpeakingHead Reaction = ":speaking_head:" ReactionSpeakingHead Reaction = ":speaking_head:"
ReactionGreenCheck Reaction = ":white_check_mark:"
) )
// information about attachments to messages // information about attachments to messages