DanielBA
DanielBA
DIAdiscord.js - Imagine an app
Created by DanielBA on 10/28/2024 in #djs-questions
Bot Preformance - Sending the same message to many servers
Rather weird, because it says that the rate limit is 10,000 in 10 minutes. I know for a fact taht we sent much more than that many times already, around 50 and even 100 thousand.
9 replies
DIAdiscord.js - Imagine an app
Created by DanielBA on 10/28/2024 in #djs-questions
Bot Preformance - Sending the same message to many servers
I understand that if a bot is verified, the rate limit is more flexible, isn't it?
9 replies
DIAdiscord.js - Imagine an app
Created by DanielBA on 10/28/2024 in #djs-questions
Bot Preformance - Sending the same message to many servers
When a few of these messages come at once, it takes nearly 40 seconds for them to be sent in our sever. Is there a way to shorten the time it takes to send it in our server?
9 replies
DIAdiscord.js - Imagine an app
Created by DanielBA on 10/28/2024 in #djs-questions
Bot Preformance - Sending the same message to many servers
The embed is the same, the message content is different per server
9 replies
DIAdiscord.js - Imagine an app
Created by DanielBA on 10/28/2024 in #djs-questions
Bot Preformance - Sending the same message to many servers
Users can tweak a few things anout the message to personalize it for their server. That's why an announcement channel wouldn't work in thi case.
9 replies
DIAdiscord.js - Imagine an app
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 an app
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 an app
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 an app
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 an app
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 an app
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 an app
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 an app
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 an app
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 an app
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 an app
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 an app
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 an app
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 an app
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