HappyApple
HappyApple
DIAdiscord.js - Imagine an app
Created by HappyApple on 10/7/2024 in #djs-questions
Only Slash Commands Not Responding, Showing "The application didn't respond in time" with No console
🥹
15 replies
DIAdiscord.js - Imagine an app
Created by HappyApple on 10/7/2024 in #djs-questions
Only Slash Commands Not Responding, Showing "The application didn't respond in time" with No console
thank you !
15 replies
DIAdiscord.js - Imagine an app
Created by HappyApple on 10/7/2024 in #djs-questions
Only Slash Commands Not Responding, Showing "The application didn't respond in time" with No console
oh, I successfully resolved it! I had previously set an interactions endpoint URL, but after removing it and testing again, the slash commands worked successfully!
15 replies
DIAdiscord.js - Imagine an app
Created by HappyApple on 10/7/2024 in #djs-questions
Only Slash Commands Not Responding, Showing "The application didn't respond in time" with No console
No description
15 replies
DIAdiscord.js - Imagine an app
Created by HappyApple on 10/7/2024 in #djs-questions
Only Slash Commands Not Responding, Showing "The application didn't respond in time" with No console
no
15 replies
DIAdiscord.js - Imagine an app
Created by HappyApple on 10/7/2024 in #djs-questions
Only Slash Commands Not Responding, Showing "The application didn't respond in time" with No console
index.js:
15 replies
DIAdiscord.js - Imagine an app
Created by HappyApple on 10/7/2024 in #djs-questions
Only Slash Commands Not Responding, Showing "The application didn't respond in time" with No console
No description
15 replies
DIAdiscord.js - Imagine an app
Created by HappyApple on 10/7/2024 in #djs-questions
Only Slash Commands Not Responding, Showing "The application didn't respond in time" with No console
package.json:
{
"dependencies": {
"discord.js": "^14.16.3"
},
"name": "discord-bot-two",
"version": "1.0.0",
"main": "index.js",
"devDependencies": {},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}
{
"dependencies": {
"discord.js": "^14.16.3"
},
"name": "discord-bot-two",
"version": "1.0.0",
"main": "index.js",
"devDependencies": {},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}
15 replies