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
400
Error: {"message":"Invalid Form Body","code":50035,"errors":{"0":{"type":{"_errors":[{"code":"ENUM_TYPE_COERCE","message":"Value "8" is not a valid enum value."}]}}}}
at DiscordRequest (file:///D:/Projects/node/discord-example-app/utils.js:21:11)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async InstallGlobalCommands (file:///D:/Projects/node/discord-example-app/utils.js:33:5)
`
also am see this when I run npm run dev run the /challenge command and make a selction
The text was updated successfully, but these errors were encountered:
`
npm run register
400
Error: {"message":"Invalid Form Body","code":50035,"errors":{"0":{"type":{"_errors":[{"code":"ENUM_TYPE_COERCE","message":"Value "8" is not a valid enum value."}]}}}}
at DiscordRequest (file:///D:/Projects/node/discord-example-app/utils.js:21:11)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async InstallGlobalCommands (file:///D:/Projects/node/discord-example-app/utils.js:33:5)
`
also am see this when I run
npm run dev
run the /challenge command and make a selctionThe text was updated successfully, but these errors were encountered: