#External emojis inconsistent across commands
8 messages · Page 1 of 1 (latest)
• 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.
Here is the source code of both commands btw https://github.com/NBABot-Development-Team/NBABot/blob/master/src/commands/scores.js and https://github.com/NBABot-Development-Team/NBABot/blob/master/src/commands/league-leaders.js
Full file for /NBABot-Development-Team/NBABot/blob/master/src/commands/scores.js
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