Inbestigator
Explore posts from serversDIAdiscord.js - Imagine an app
•Created by Inbestigator on 1/1/2024 in #djs-questions
Select menus not being able to be handled
Whenever I try to run my bot it just says "Cannot read properties of undefined (reading 'set')".
handleComponents.js:
.../selectMenus/info.js:
Console:
The console is referring to this line:
5 replies
DIAdiscord.js - Imagine an app
•Created by Inbestigator on 12/17/2023 in #djs-questions
Handle two buttons with one script
How can I make it so that if a user clicks button A with the id of infoDog it'll trigger the info handler, which will show info about dogs. When the user clicks button B with the id of infoCat, it'll trigger the same handler, and will show info about cats (must be infinitely expandable).
Please ping for reply
4 replies
DIAdiscord.js - Imagine an app
•Created by Inbestigator on 12/3/2023 in #djs-questions
Dynamically update command choices without using autocomplete
The title says it all, I don't want to have to use autocomplete as I've found it can be pretty buggy.
I'd like to be able to do something like this:
but currently it just says "No options available" (
gamesArray
is formatted correctly)24 replies
DIAdiscord.js - Imagine an app
•Created by Inbestigator on 11/26/2023 in #djs-questions
Fetch emoji I don't have access to
(@ to reply) I was wondering if it's possible to fetch any emoji's name by it's ID.
I'd like it to work even if the bot isn't in the server that the emoji is from.
17 replies
DIAdiscord.js - Imagine an app
•Created by Inbestigator on 5/26/2023 in #djs-questions
Voice chat join event detection and handling
Please god someone tell me how to respond accordingly to when a user enters a VC, the documentation is nonexistent and no one is talking about it on Stack Overflowed
3 replies