PJB3005 / MoMMI

Old SS14 Discord server bot.
MIT License
12 stars 29 forks source link

Bug: Emoji do not appear #14

Open j-mie opened 6 years ago

j-mie commented 6 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

PJB3005 commented 6 years ago

TIL about those converters.

Though I doubt those converters actually help here, it's just me being lazy and hardcoding it.