Do the emojis need to be uploaded to a server in order for the bot to send them properly? #4
-
|
Sorry if I'm asking again—this is my first time running Discord bots, so I'm still learning. |
Beta Was this translation helpful? Give feedback.
Answered by
Dendroculus
Oct 2, 2025
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zmTMF
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hi @ZhangMeiTMF , no worries at all! I'm actually glad someone is actively asking about my repo
You don’t need to upload them to a server. You can upload custom emojis directly in your Discord bot app (Developer Portal → Bot → Upload Emoji). As long as the bot’s code references them correctly, it will send them.
Note: If you’re just using standard emojis like 🙏, 👍, etc., you don’t need to upload anything — the bot can send them directly.
For custom emojis, make sure to update the emoji ID in your code. For example, if your emoji is <:ELITE:1414508395301699724>, your code should reference the correct ID, like <:ELITE:134141414141>.