Fede
Fede
DIAdiscord.js - Imagine a boo! 👻
Created by Fede on 8/27/2024 in #djs-voice
Voice Typescript error.
Crazy, I did the npm update tho, idk maybe I need to specify the version idk. Now I don't get errors but the audio doesn't play at all, I mean it does cz the bot gets the green circle like speaking but I hear absolute nothing, and then it disconnects normally but it's supposed to play an alarm sound and it doesnt. I'll check tomorrow maybe
6 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Fede on 8/27/2024 in #djs-voice
Voice Typescript error.
No description
6 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Fede on 8/27/2024 in #djs-voice
Voice Typescript error.
No description
6 replies
DIAdiscord.js - Imagine a boo! 👻
Created by kps on 8/27/2024 in #djs-questions
Enum Integer Permissions Typescript
I think PermissionFlags or PermissionFlagBits
12 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Magikaas on 8/26/2024 in #djs-questions
PermissionOverwrites question.
Yeah was gonna say that
18 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Magikaas on 8/26/2024 in #djs-questions
PermissionOverwrites question.
You could check the docs or try asking chat gpt, this should be an easy thing
18 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Magikaas on 8/26/2024 in #djs-questions
PermissionOverwrites question.
Nvm
18 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Magikaas on 8/26/2024 in #djs-questions
PermissionOverwrites question.
I also don't know if there is .add or .remove IG there is
18 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Magikaas on 8/26/2024 in #djs-questions
PermissionOverwrites question.
A couple hours ago I asked this to chat gpt and it got me this:
channel.permissionOverwrites.edit(
channel.guild.id, //this means everyone, but could be a role too
{ ViewMessages: false }
)
channel.permissionOverwrites.edit(
channel.guild.id, //this means everyone, but could be a role too
{ ViewMessages: false }
)
It's different when the permissions is set at the time the channel is created, but you probably knows this better than me. I had to ask gpt
18 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Stiefanek on 8/26/2024 in #djs-questions
The application did not respond.
Keep the console.log if u want
11 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Stiefanek on 8/26/2024 in #djs-questions
The application did not respond.
Remove the return
11 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Stiefanek on 8/26/2024 in #djs-questions
The application did not respond.
Makes it ignore the interaction.deferReplu
11 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Stiefanek on 8/26/2024 in #djs-questions
The application did not respond.
But yeah the return
11 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Stiefanek on 8/26/2024 in #djs-questions
The application did not respond.
Nvm
11 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Stiefanek on 8/26/2024 in #djs-questions
The application did not respond.
Did you run your bot
11 replies
DIAdiscord.js - Imagine a boo! 👻
Created by Pikachu-sensei on 8/10/2024 in #djs-questions
Is this possible with discord.js?
I mean you could try to do it manually with code, accepting anyone to run the code but internally doing all the checks about the user running it to use some options or to run the command
9 replies
DIAdiscord.js - Imagine a boo! 👻
Created by LT on 6/20/2024 in #djs-questions
"The application did not respond"
Command deployment is only to tell discord the commands to show on the slash command recommendation menu. To actually make it work you need to run the bot, and wait for the interactionCreate event and then handle the interaction to run the respective execute function
29 replies