#External emojis inconsistent across commands

8 messages · Page 1 of 1 (latest)

formal monolith
#

Hi there – for some reason external emojis work for some commands and not others even though there are no differences in the actual emoji text in each embed.

hazy sparrow
#

• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.

formal monolith
#
GitHub

A Discord bot for NBA scores, stats, news and simulated betting. - NBABot/scores.js at master · NBABot-Development-Team/NBABot

GitHub

A Discord bot for NBA scores, stats, news and simulated betting. - NBABot/league-leaders.js at master · NBABot-Development-Team/NBABot

hazy sparrow
past garden
#

Yeah theres a bug with emoji permissions

#

When you send a reply, the ability to use external emojis is determined by the bots integration role in the guild

#

However on edits and follow-ups, it uses the webhook-based permissions of the everyone role in the guild

#

This bug is in Discord, not discord.js