xTwisteDx
DIAdiscord.js - Imagine an app
•Created by xTwisteDx on 4/28/2025 in #djs-questions
How do I properly manage a modal?
Hindsight is 20/20. Terminology is hard even after 6+ years of doing this stuff xD
21 replies
DIAdiscord.js - Imagine an app
•Created by xTwisteDx on 4/28/2025 in #djs-questions
How do I properly manage a modal?
So not the same thing lol
21 replies
DIAdiscord.js - Imagine an app
•Created by xTwisteDx on 4/28/2025 in #djs-questions
How do I properly manage a modal?
I was referring to cache as my transpiled dist code.
21 replies
DIAdiscord.js - Imagine an app
•Created by xTwisteDx on 4/28/2025 in #djs-questions
How do I properly manage a modal?
I have one for my deploy script, but it doesn't do it on build.
21 replies
DIAdiscord.js - Imagine an app
•Created by xTwisteDx on 4/28/2025 in #djs-questions
How do I properly manage a modal?
Are you referring to an event handler that catches all chat interaction events?
21 replies
DIAdiscord.js - Imagine an app
•Created by xTwisteDx on 4/28/2025 in #djs-questions
How do I properly manage a modal?
What do you mean by sweepers?
21 replies
DIAdiscord.js - Imagine an app
•Created by xTwisteDx on 4/28/2025 in #djs-questions
How do I properly manage a modal?
I think somehow it was my cache... seems to have cleared up after cleaning my environment... weird.
21 replies
DIAdiscord.js - Imagine an app
•Created by xTwisteDx on 4/28/2025 in #djs-questions
How do I properly manage a modal?
Here's the modal that I'm constructing, the ID does exist, and it's the same else it'd never pass the filter.
21 replies
DIAdiscord.js - Imagine an app
•Created by #ToiYeuSweetLiquor <3 on 4/22/2025 in #djs-questions
Deno or Bun support ?
I mean yeh, but I self-host everything so things like ram and cpu performance matter to me more than most.
13 replies
DIAdiscord.js - Imagine an app
•Created by #ToiYeuSweetLiquor <3 on 4/22/2025 in #djs-questions
Deno or Bun support ?
@Eris any chance you know of any documentation on getting Deno up and running? I'm planning on my bot being available on millions of servers (I Hope) and I need every optimization humanly possible.
13 replies
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