BastiGameツ
Explore posts from serversDIAdiscord.js - Imagine an app
•Created by BastiGameツ on 5/10/2025 in #djs-questions
GuildDeleteEvent called at bot start
When I start the bot, the GuildDeleteEvent is always called for the same guilds. The bot is also no longer on these servers. But this happens every time I start the bot. Could it be that the guilds are still somehow wrong in the cache or something?
8 replies
DIAdiscord.js - Imagine an app
•Created by BastiGameツ on 5/4/2025 in #djs-questions
Rate Limit Question
Hey, I have a question about the rate limit. I was told that discord.js itself already handles rate limits and that you don't have to do that as a bot creator. Is that true? And also for larger bots?
In addition, there are rest events, once the Response and once the RateLimited? If I get a 429 for one of them, is it always a 429 from Discord or can it also be a 429 that Discord.js has intercepted?
14 replies
MIA🎶 Moonlink.js - Imagine a Music Application
•Created by BastiGameツ on 4/25/2025 in #issues
Start playing the wrong track
Currently we have the problem when the player is destroyed and then recreated that it starts for 3 seconds with the old track, but then cancels it and starts again with the right one.
47 replies
DIAdiscord.js - Imagine an app
•Created by BastiGameツ on 4/16/2025 in #djs-questions
Error with guild.members.me
Our bot is divided into several shards and clusters. To be able to make some updates, we go through each cluster and then each guild with client.guilds.cache.values(). But then guild.members.me is often null. However, the bot is still on the server. What could be the reason for this?
33 replies