oz6n
oz6n
DIAdiscord.js - Imagine an app
Created by oz6n on 10/14/2024 in #djs-questions
how do i access the context menu targetid post-modal submission?
how do i access the context menu targetid post-modal submission? including a textfield
10 replies
DIAdiscord.js - Imagine an app
Created by oz6n on 9/16/2022 in #djs-questions
Selection Box in a Modal
Am I able to implement a select box into a modal?
4 replies
DIAdiscord.js - Imagine an app
Created by oz6n on 9/16/2022 in #djs-questions
APPLICATION_COMMANDS_DUPLICATE_NAME Error Showing UP
For the last few hours, I have been trying to figure out a resolution to this error. And if you see the name it says there is a duplicate of a command in the Main Command Folder. I checked the folder, no duplicated instances were found. Anyone have any idea why this issue is occurring?
rawError: {
code: 50035,
errors: {
'2': {
_errors: [
{
code: 'APPLICATION_COMMANDS_DUPLICATE_NAME',
message: 'Application command names must be unique'
}
]
}
},
message: 'Invalid Form Body'
},
code: 50035,
status: 400,
method: 'PUT',
url: 'https://discord.com/api/v10/applications/___/commands',
}
}
rawError: {
code: 50035,
errors: {
'2': {
_errors: [
{
code: 'APPLICATION_COMMANDS_DUPLICATE_NAME',
message: 'Application command names must be unique'
}
]
}
},
message: 'Invalid Form Body'
},
code: 50035,
status: 400,
method: 'PUT',
url: 'https://discord.com/api/v10/applications/___/commands',
}
}
17 replies