xTwisteDx
xTwisteDx
DIAdiscord.js - Imagine an app
Created by Nikode on 4/25/2025 in #djs-questions
what do i do yall???
My dude, google is your friend. Part of being a programmer is being able to ask REALLY REALLY good questions.
14 replies
DIAdiscord.js - Imagine an app
Created by Nikode on 4/25/2025 in #djs-questions
what do i do yall???
Okay, so your setup is wrong. I suggest that you go take a look at the guide and go through it with a fine tooth comb. Chances are you have some method you’re calling that isn’t being awaited. You can also try wrapping your code with try-catch to see if you can get more specific details. Try setting console logs throughout your code to find when it is breaking, and finally use breakpoints and step through till you find it.
14 replies
DIAdiscord.js - Imagine an app
Created by Nikode on 4/25/2025 in #djs-questions
what do i do yall???
Well for start, explain what you were changing before and after the issue cropped up. Is this a new project you’re trying to setup? What troubleshooting steps have you taken?
14 replies
DIAdiscord.js - Imagine an app
Created by Nikode on 4/25/2025 in #djs-questions
what do i do yall???
This appears to be an improper handling of asynchronous code. I don’t think it has anything to do with your index.ts. Unfortunately without more details there’s not much we can do to help.
14 replies