TheOverWatcher
SIASapphire - Imagine a framework
•Created by Zaros on 9/28/2023 in #sapphire-support
ApplicationCommandRegistries.setDefaultGuildIds is not a function
@Zaros
10 replies
DIAdiscord.js - Imagine an app
•Created by TheOverWatcher on 9/27/2023 in #djs-questions
Error with registering slash commands in v-14.
ok thanks for the help
15 replies
DIAdiscord.js - Imagine an app
•Created by TheOverWatcher on 9/27/2023 in #djs-questions
Error with registering slash commands in v-14.
yes
15 replies
DIAdiscord.js - Imagine an app
•Created by TheOverWatcher on 9/27/2023 in #djs-questions
Error with registering slash commands in v-14.
/nation (input subcommand) (input name if not subcommand == dev)
15 replies
DIAdiscord.js - Imagine an app
•Created by TheOverWatcher on 9/27/2023 in #djs-questions
Error with registering slash commands in v-14.
so what should i do now
15 replies
DIAdiscord.js - Imagine an app
•Created by TheOverWatcher on 9/27/2023 in #djs-questions
Error with registering slash commands in v-14.
but i dont think it will
15 replies
DIAdiscord.js - Imagine an app
•Created by TheOverWatcher on 9/27/2023 in #djs-questions
Error with registering slash commands in v-14.
at this point im just gonna try everything until it works
15 replies
DIAdiscord.js - Imagine an app
•Created by TheOverWatcher on 9/27/2023 in #djs-questions
Error with registering slash commands in v-14.
i changed it to this and the error became Started refreshing application (/) commands.
DiscordAPIError[50035]: Invalid Form Body
3.options[0].options[0].required[APPLICATION_COMMAND_REQUIRED_INVALID]: Required cannot be configured for this type of option
3.options[0].options[1].required[APPLICATION_COMMAND_REQUIRED_INVALID]: Required cannot be configured for this type of option
at handleErrors (C:\Users\Charis\node_modules@discordjs\rest\src\lib\handlers\Shared.ts:148:10)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at async SequentialHandler.runRequest (C:\Users\Charis\node_modules@discordjs\rest\src\lib\handlers\SequentialHandler.ts:398:20)
at async SequentialHandler.queueRequest (C:\Users\Charis\node_modules@discordjs\rest\src\lib\handlers\SequentialHandler.ts:168:11)
at async _REST.request (C:\Users\Charis\node_modules@discordjs\rest\src\lib\REST.ts:211:20) {
requestBody: {
files: undefined,
json: [ [Object], [Object], [Object], [Object] ]
},
rawError: {
message: 'Invalid Form Body',
code: 50035,
errors: { '3': [Object] }
},
code: 50035,
status: 400,
method: 'PUT',
url: 'https://discord.com/api/v10/applications/1121751400297279549/commands'
15 replies