kibook / poodlechat

Chat resource for Poodle's Palace FiveM/RedM server
13 stars 18 forks source link

[PoodleChat] [error] Failed to initialize: 0 nil [] #3

Closed ghost closed 3 years ago

ghost commented 3 years ago

image

kibook commented 3 years ago

429 is the HTTP error code for Too Many Requests, and Discord will respond with that code if you're making requests too fast from the same bot.

Have you modified the ServerConfig.DiscordRateLimit setting? You could try increasing it. If you're using the same bot token for many things, maybe try creating a new bot with a separate token.