ProbablyGallium/Selfbot

!!emote does not process Unicode emojis

Opened this issue · 0 comments

This has to do with the emoji being in unicode form and not being processed when I use

emote = args[0].split(":")

Since there is no colon in the emoji name, the command freaks out. If anyone knows how to fix this, submit a PR and I'll test it out and merge it if it works 😅