exceptionee
Explore posts from serversDIAdiscord.js - Imagine an app
•Created by Mârius on 8/9/2023 in #djs-questions
`interactionCreate.js DiscordAPIError
ok
37 replies
DIAdiscord.js - Imagine an app
•Created by Mârius on 8/9/2023 in #djs-questions
`interactionCreate.js DiscordAPIError
really?
37 replies
DIAdiscord.js - Imagine an app
•Created by Mârius on 8/9/2023 in #djs-questions
`interactionCreate.js DiscordAPIError
you could also just try to get a better network connection
37 replies
DIAdiscord.js - Imagine an app
•Created by Mârius on 8/9/2023 in #djs-questions
`interactionCreate.js DiscordAPIError
such as fetching data from an API
37 replies
DIAdiscord.js - Imagine an app
•Created by Mârius on 8/9/2023 in #djs-questions
`interactionCreate.js DiscordAPIError
this is typically done if your response needs a long to proccess to finish
37 replies
DIAdiscord.js - Imagine an app
•Created by Mârius on 8/9/2023 in #djs-questions
`interactionCreate.js DiscordAPIError
ounce you defer the reply you can edit the reply by doing
event.editReply()
37 replies
DIAdiscord.js - Imagine an app
•Created by Mârius on 8/9/2023 in #djs-questions
`interactionCreate.js DiscordAPIError
discord.js offers a
event.deferReply()
method though that I think gives you 15 seconds to respond37 replies
DIAdiscord.js - Imagine an app
•Created by Mârius on 8/9/2023 in #djs-questions
`interactionCreate.js DiscordAPIError
@mymarius as b3ast mentioned the error you are getting is when your reply is taking longer than 3s to respond
37 replies
DIAdiscord.js - Imagine an app
•Created by exceptionee on 8/7/2023 in #djs-questions
Best way to delete certain guild commands.
so its better to do something with perms?
13 replies
DIAdiscord.js - Imagine an app
•Created by exceptionee on 8/7/2023 in #djs-questions
Best way to delete certain guild commands.
and those modules can be enabled and disabled
13 replies
DIAdiscord.js - Imagine an app
•Created by exceptionee on 8/7/2023 in #djs-questions
Best way to delete certain guild commands.
I want to have modules
13 replies
DIAdiscord.js - Imagine an app
•Created by exceptionee on 8/7/2023 in #djs-questions
Best way to delete certain guild commands.
nono I don't want add commands individually to each server
13 replies