I've implemented a bot with slash commands using the library but found that when someone attached an emoji to one of the command messages, the command then executed twice more. There appears to be no data in the ChatMessage class to indicate if the message was a new one, an edit or the attachment of an emoji.
I've implemented a bot with slash commands using the library but found that when someone attached an emoji to one of the command messages, the command then executed twice more. There appears to be no data in the ChatMessage class to indicate if the message was a new one, an edit or the attachment of an emoji.