Using Custom Emojis

This guide will walk you through the process of adding custom emojis to your Discord bot's configuration file.

To use a custom emoji in your Discord bot's configuration, follow these steps:

  1. Type the Emoji in Chat

    • In any Discord chat, type your custom emoji’s name (e.g., :logo:).

  2. Add a Backslash (\) Before the Emoji

    • Before sending the message, add a \ before the emoji. It should look like this:

    \:logo:
  3. Send the Message

  • Once sent, Discord will convert it into its full emoji ID format, like this:

<:logo:1386474283605299331>
  1. Copy the Emoji Code

  • Copy the entire output, including the <:emoji_name:emoji_id> format.

  1. Paste It in Your Bot’s Config

    • Use the copied emoji code in your bot’s configuration file or code where needed.

Last updated