SinisterRectus / Discordia

Discord API library written in Lua for the Luvit runtime environment
MIT License
688 stars 144 forks source link

429 - Too Many Requests : GET https://discord.com/api/v7/users/@me #360

Closed JaqJoestar closed 1 year ago

JaqJoestar commented 1 year ago

When I try to turn on the discord bot it keeps giving me this image I have tried searching for help but it doesn't help because my client:run() already has the Bot prefix. If it helps I am doing this on replit so I could host it for free.

truemedian commented 1 year ago

For future reference: this error is telling you that you are connecting too quickly. This is quite common on platforms with shared hosting (ie. replit) because you could be fighting for ratelimits with hundreds of other bots.