#Problem running roles.forEach() while a role is deleted

2 messages · Page 1 of 1 (latest)

tardy hedge
#

• 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 jewel
#

Not too much you can do about it, the role is, after all gone.
You can catch the error and, if it's this error by code (there is an enum for this too: RESTJSONErrorCodes.UnknownRole), ignore it (or somehow handle it otherwise).