Khalid
DIAdiscord.js - Imagine an app
•Created by Khalid on 5/17/2024 in #djs-questions
Can’t create channels
does the verified bots has a higher rate limits?
28 replies
DIAdiscord.js - Imagine an app
•Created by Khalid on 5/17/2024 in #djs-questions
Can’t create channels
and how do I skip this Rate limit?
28 replies
DIAdiscord.js - Imagine an app
•Created by Khalid on 5/17/2024 in #djs-questions
Can’t create channels
It’ll reset the RateLimit after 15 hours
28 replies
DIAdiscord.js - Imagine an app
•Created by Khalid on 5/17/2024 in #djs-questions
Can’t create channels
Rate limit hit! Timeout: undefinedms
Request Route: /guilds/:id/channels
Request Method: POST
Global: false
Limit: 2000
28 replies
DIAdiscord.js - Imagine an app
•Created by Khalid on 5/17/2024 in #djs-questions
Can’t create channels
do you think I need to fetch the guild or channels or sth?
28 replies
DIAdiscord.js - Imagine an app
•Created by Khalid on 5/17/2024 in #djs-questions
Can’t create channels
also here it replies with
interaction.deferUpdate().catch(err => { console.log(err) });
but it won’t create the channel idk why28 replies
DIAdiscord.js - Imagine an app
•Created by Khalid on 5/17/2024 in #djs-questions
Can’t create channels
it’s listening to dropdown menu interactions
28 replies
DIAdiscord.js - Imagine an app
•Created by Khalid on 5/17/2024 in #djs-questions
Can’t create channels
I tried
But nothing in the console
28 replies
DIAdiscord.js - Imagine an app
•Created by Khalid on 5/17/2024 in #djs-questions
Can’t create channels
but right now it’ll not log anything
28 replies
DIAdiscord.js - Imagine an app
•Created by Khalid on 5/17/2024 in #djs-questions
Can’t create channels
I recheck the number without the threads; However even if I reached the 500 limit it’ll ping me in the console as it was before
28 replies
DIAdiscord.js - Imagine an app
•Created by Khalid on 5/17/2024 in #djs-questions
Can’t create channels
Total channels in the guild (excluding threads): 448
28 replies
DIAdiscord.js - Imagine an app
•Created by Khalid on 5/17/2024 in #djs-questions
Can’t create channels
so the threads aren’t counting in the limits?
28 replies
DIAdiscord.js - Imagine an app
•Created by Khalid on 5/17/2024 in #djs-questions
Can’t create channels
I used channels forEach to calculate them and that’s the result
Total channels in the guild: 619
28 replies
DIAdiscord.js - Imagine an app
•Created by Khalid on 5/17/2024 in #djs-questions
Can’t create channels
and by the channels you mean all of them?
28 replies
DIAdiscord.js - Imagine an app
•Created by Khalid on 5/17/2024 in #djs-questions
Can’t create channels
it’s less than 500 for sure, but lemme double check
28 replies
DIAdiscord.js - Imagine an app
•Created by Khalid on 5/17/2024 in #djs-questions
Can’t create channels
like right now it’s been like 20 minutes away from last channel created and it still won’t create any
28 replies
DIAdiscord.js - Imagine an app
•Created by Khalid on 5/17/2024 in #djs-questions
Can’t create channels
longer
28 replies
DIAdiscord.js - Imagine an app
•Created by Khalid on 5/17/2024 in #djs-questions
Can’t create channels
it’s not like 1 minute between each channel
28 replies
DIAdiscord.js - Imagine an app
•Created by Khalid on 5/17/2024 in #djs-questions
Can’t create channels
Tbh they creating a lot of the channels but I didn’t face this problem before
28 replies
DIAdiscord.js - Imagine an app
•Created by Khalid on 5/17/2024 in #djs-questions
Can’t create channels
After they clicking the button the bot will reply with
interaction.deferUpdate().catch(err => { console.log(err) });
then it’ll stop without creating the channels, btw it was working perfectly so idk what is the problem here28 replies