From e00888ebb53bcc28c9e3b252233c2c008e543dba Mon Sep 17 00:00:00 2001 From: Luna Date: Sat, 23 May 2020 12:39:08 -0300 Subject: [PATCH] gateway: add max_concurrency field no idea what it means, since it isn't documented. --- litecord/blueprints/gateway.py | 1 + 1 file changed, 1 insertion(+) 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, }, } )