❔ Ratelimit
Hello, i am currently trying to program a discord bot. Ive created a method to track how many players are online on a minecraft server using MinecraftPinger API and then editing a voice channel to the number of players that are online. I have tried it with several diffrent delays, but none worked. Any help is appreciated!
13 Replies
What didn't work exactly?
Everything works, the VC gets edited and it tracks the right amount of players - its just that i get follwoing error message:
I see - That means that you end up sending too many requests to the discord API apparently
Is there a public documentation how many it can take?
I dont know i coudnt find any
i searched google and asked openai but i coudnt find anything
I found something here: "you can edit a channel by a bot every 5th minute"
What delays did you try already?
Longest i tried was 2 mins tbh
Where did u find this if i am allwoed to ask?
GitHub
[Bug]: Rate limited while calling ModifyAsync on Message · Issue #2...
Check The Docs I double checked the docs and couldn't find any useful information. Verify Issue Source I verified the issue was caused by Discord.Net. Check your intents I double checked th...
I checked the Discord.Net issues because I was curious if the response objects of the library might contain ratelimit information
But I found this instead
Well, thank you very much!
Yw 🙌
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.