diff --git a/litecord/blueprints/gateway.py b/litecord/blueprints/gateway.py index a50a60e..7691139 100644 --- a/litecord/blueprints/gateway.py +++ b/litecord/blueprints/gateway.py @@ -71,6 +71,7 @@ async def api_gateway_bot(): "total": bucket.requests, "remaining": bucket._tokens, "reset_after": int(reset_after_ts * 1000), + "max_concurrency": 1, }, } )