Closed Murat1Na closed 1 year ago
where is your bot host?
where is your bot host?
techstar host
I've changed in bot.py to that as i saw in pervoius issue, is that why i get api limit ? how can i fix it bot = commands.Bot(command_prefix='!', intents = discord.Intents(messages=False))
There is no relationship between the two, your API limit is because of too many requests.
There is no relationship between the two, your API limit is because of too many requests.
oh so the bot isnt muti user support?
support, but too many requests will got error. Try run bot local, will it get API limit?
support, but too many requests will got error. Try run bot local, will it get API limit?
it work yaa, then its host issue ? or like discord has api limit just in providers hosts i still didnt get it sorry
ya, I'm think is ip issue
okay thanks
how to fix and avoid this error pls raise HTTPException(response, data) discord.errors.HTTPException: 429 Too Many Requests (error code: 0): You are being blocked from accessing our API temporarily due to exceeding our rate limits frequently. Please read our docs at https://discord.com/developers/docs/topics/rate-limits to prevent this moving forward.