python-discord / meta

Issue tracker for suggestions and other questions relating to our community
https://pythondiscord.com
30 stars 5 forks source link

New Tag named "emoji"/"emotes" #108

Open Diabolical5777 opened 3 years ago

Diabolical5777 commented 3 years ago

Could a tag which describes how to use custom/default emotes in embeds or in messages by a bot be made? It can include that if you want to put a default discord emoji, you can use the charinfo command and otherwise, it shows how to get the emoji ID and use: Static custom emote - <:name:id> Animated custom emote - Or it shows how to use the _bot.getemoji(id) function I've seen many users ask how to make the bot display a emote whether in embeds or normal messages, and think this can be useful

dawnofmidnight commented 3 years ago

I personally refer to https://gist.github.com/scragly/b8d20aece2d058c8c601b44a689a47a0 all the time and it explains it really well. Maybe something like that would be nice (or just linking to the gist works perfectly fine).