S
Results
13
comments of
S
Hi, the "First" thing specified is the custom ID from the button component in the example, however, I believe that example is outdated and won't work, an example that would...
A long term solution would be parsing the emoji from utf-8 and replacing certain characters. This is what worked for me ``` def parse_emoji(emoji): emoji_2 = emoji.encode('utf-8') emoji_2 = str(emoji_2)...
Pretty sure that's not possible anymore due to a Discord update