3 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!(I realize that in the first image it looks like there is no one with the role, its just cache issue)
https://github.com/discord/discord-api-docs/issues/6543 I think it is a bug with the API. thanks for your help
GitHub
Unable to create emojis with only the
CREATE_GUILD_EXPRESSIONS
pe...Description Per the permissions, CREATE_GUILD_EXPRESSIONS "Allows for creating emojis...", however, this does not work. It only works if MANAGE_GUILD_EXPRESSIONS is granted. Steps to Repr...