Bambus
Bambus
DIAdiscord.js - Imagine an app
Created by Bambus on 8/9/2023 in #djs-questions
Route specifc ratelimits
I need to run multiple bulkDeletes in a multiple channels. The problem is that discord.js's rest implementation does not provide the raw response and only keeps track of global ratelimits. How can i make my application obey the dynamic ratelimits of a specific route then?
2 replies
DIAdiscord.js - Imagine an app
Created by Bambus on 8/9/2023 in #djs-questions
Rate Limiting
Does the global rate get increased when connecting through multiple shards. Or do i have to manually half it in the rest options of each shard for example?
4 replies
DIAdiscord.js - Imagine an app
Created by Bambus on 8/8/2023 in #djs-questions
What happens to threads that you lose access to?
Referring to https://discord.com/channels/222078108977594368/1138344816854433875 . I just had a try but it is not what i'm looking for specifically. When the bot loses a role for example, do i have to manually check in all channels if i still have access to threads?
2 replies
DIAdiscord.js - Imagine an app
Created by Bambus on 8/8/2023 in #djs-questions
Thread access lost
What happens when the client loses access to the threads in the channel. Will cached threads be flushed? Which event is emitted, channelUpdate? Do i have to find out myself if i lost access, maybe through the perm overwrites?
4 replies
DIAdiscord.js - Imagine an app
Created by Bambus on 8/4/2023 in #djs-questions
DMs with shards
On which shard would interactions from dm channels be received?
3 replies