DanielBA
DanielBA
DIAdiscord.js - Imagine a boo! 👻
Created by DanielBA on 11/15/2023 in #djs-questions
Can large files cause abortion errors?
No. To all servers
6 replies
DIAdiscord.js - Imagine a boo! 👻
Created by DanielBA on 8/7/2023 in #djs-questions
Recoursive Error
But they don't crush all together. Could they be crashing on seperate times because of when they are trying to reach the API?
7 replies
DIAdiscord.js - Imagine a boo! 👻
Created by DanielBA on 8/7/2023 in #djs-questions
Recoursive Error
Sorry, I should have made it more understandable. The code is different from one bot to another, but they are hosted on the same server
7 replies
DIAdiscord.js - Imagine a boo! 👻
Created by DanielBA on 8/7/2023 in #djs-questions
Recoursive Error
Though this is happening in a few of my bots, which are not related in any way. Are you sure that is it?
7 replies
DIAdiscord.js - Imagine a boo! 👻
Created by DanielBA on 8/7/2023 in #djs-questions
Recoursive Error
So I have connection issues on my server?
7 replies
DIAdiscord.js - Imagine a boo! 👻
Created by DanielBA on 7/20/2023 in #djs-questions
New slash commands not registering
Not sure what happened there
9 replies
DIAdiscord.js - Imagine a boo! 👻
Created by DanielBA on 7/20/2023 in #djs-questions
New slash commands not registering
I changed nothing in the code
9 replies
DIAdiscord.js - Imagine a boo! 👻
Created by DanielBA on 7/20/2023 in #djs-questions
New slash commands not registering
Forgot to update you, around an hour ago it fixed itself
9 replies
DIAdiscord.js - Imagine a boo! 👻
Created by DanielBA on 7/20/2023 in #djs-questions
New slash commands not registering
Yes, and I do have administrator permissions in it
9 replies
DIAdiscord.js - Imagine a boo! 👻
Created by DanielBA on 4/26/2023 in #djs-questions
Handling StringSelectMenuInteraction
const message = interaction.message;
const row2 = ActionRowBuilder.from(message.components[1]);
const menu = StringSelectMenuBuilder.from(row2.components[0]);
const message = interaction.message;
const row2 = ActionRowBuilder.from(message.components[1]);
const menu = StringSelectMenuBuilder.from(row2.components[0]);
8 replies
DIAdiscord.js - Imagine a boo! 👻
Created by DanielBA on 11/2/2022 in #djs-questions
voicestate is undefined
I have asked there as well. they sent me to the general questions chat
6 replies
DIAdiscord.js - Imagine a boo! 👻
Created by DanielBA on 11/2/2022 in #djs-voice
voiceState is undefined
It does work when I comment the line with that function. startListener is a function from djs-voice.
9 replies
DIAdiscord.js - Imagine a boo! 👻
Created by DanielBA on 10/20/2022 in #djs-questions
How to edit a value inside of a collection
I have tried it, but all it does is set a new value with the same key
8 replies
DIAdiscord.js - Imagine a boo! 👻
Created by DanielBA on 10/19/2022 in #djs-questions
Collections problem
@parogo_72 How can I append values into a collection properly?
10 replies
DIAdiscord.js - Imagine a boo! 👻
Created by DanielBA on 10/19/2022 in #djs-questions
Collections problem
testing it out
10 replies
DIAdiscord.js - Imagine a boo! 👻
Created by DanielBA on 10/19/2022 in #djs-questions
Collections problem
So what should I change?
10 replies