You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you delete the message sent after running the built in commands/help command before all of the reactions are added, the bot will crash (mine does at least).
The text was updated successfully, but these errors were encountered:
Have the same issue, it seems to have something to do with the embed description? See error code below:
/app/node_modules/discord.js/src/util/Util.js:413 if (typeof data !== 'string') throw new error(errorMessage); RangeError [EMBED_DESCRIPTION]: MessageEmbed description must be a string.
If you delete the message sent after running the built in commands/help command before all of the reactions are added, the bot will crash (mine does at least).
The text was updated successfully, but these errors were encountered: