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
As best I can tell, there is no issue with the bot token, as I am able to send & receive messages in other flows using package. I'm not really sure what to do at this point.
The text was updated successfully, but these errors were encountered:
I ran into similar issues when I tried testing both slash commands and context menu commands.
Where I sometimes got it working and more then often got the same error as you DiscordAPIError[50035]: Invalid Form Body application_id[NUMBER_TYPE_COERCE]: Value "undefined" is not snowflake.
From some googling and quick research it looks like the error is complaining about the discord bot's client_id is not being sent. Maybe discord.js or discord API have updated and now requires a client_id being sent which the CommandManager node doesn't provide.
I haven't looked any further but thought I would share how I got commands to work.
When attempting to set a command using the discordCommandManager node, I receive the following response from the Discord API
The following node setup is used to attempt to set the command.
As best I can tell, there is no issue with the bot token, as I am able to send & receive messages in other flows using package. I'm not really sure what to do at this point.
The text was updated successfully, but these errors were encountered: