Search code examples
javascriptnode.jsnpmdiscord.jsemoji

How do I upload a custom emoji to my discord bot


I have made a discord bot and I would now like to get started on adding custom emojis. I have seen many tutorials on how to use client.cache or something to type an emoji, but how do I upload them and get their ID to use in my discord bot. I would appreciate a fast and easy answer!

<3


Solution

  • What you have to do is have your bot in a server with whichever emotes you want to use in your bot. Then, you type the emote with a backslash in front and send it, returning something like <:honk:670458084136845352>. That's what you put in the message for your bot.

    If you have any issues, or this isn't clear enough, please let me know.