maybebas
DIAdiscord.js - Imagine an app
•Created by maybebas on 11/25/2023 in #djs-questions
How do I check if a bot is in a voice channel?
I'm coding a music bot for my own use only and I would like to stop the bot joining a channel if another bot is currently in it. What could be the if statement?
4 replies
DIAdiscord.js - Imagine an app
•Created by maybebas on 8/2/2023 in #djs-questions
How to get Interaction choice name? (djs v14.7.1)
Hi, I have an interaction with some choices. Every choice has a name and a value and I need both of them. I know how to get the value but how do I get the name?
3 replies
DIAdiscord.js - Imagine an app
•Created by maybebas on 10/9/2022 in #djs-questions
Command handler error
Hi, I started coding this new bot with Typescript yesterday. I touched something and now my .ts file to deploy my commands won't work. The error doesn't happen in
deploy_commands.ts
actually but in my index.ts
.
Here's the code so far:
deploy_commands.js
index.ts (interested part only)
The error I get is as follows:
5 replies