Open j-mie opened 7 years ago
This is due to the hardcoded emoji ID, I'd suggest using the EmojiConverter class - https://github.com/Rapptz/discord.py/tree/master/discord/ext/commands/converter.py
TIL about those converters.
Though I doubt those converters actually help here, it's just me being lazy and hardcoding it.
This is due to the hardcoded emoji ID, I'd suggest using the EmojiConverter class - https://github.com/Rapptz/discord.py/tree/master/discord/ext/commands/converter.py