summary refs log tree commit diff
path: root/src/api/routes/gateway/bot.ts
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2023-03-23 13:51:29 -0400
committerPuyodead1 <puyodead@proton.me>2023-04-13 15:06:21 -0400
commit777e7208dccb3e28f6c2fe85abb5a6d7aaa99ed2 (patch)
treeeaaec58da7cad27f75191172c35540ef5b8c5516 /src/api/routes/gateway/bot.ts
parentgateway (diff)
downloadserver-777e7208dccb3e28f6c2fe85abb5a6d7aaa99ed2.tar.xz
AAA
Diffstat (limited to 'src/api/routes/gateway/bot.ts')
-rw-r--r--src/api/routes/gateway/bot.ts11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/api/routes/gateway/bot.ts b/src/api/routes/gateway/bot.ts

index 7e6bd04a..d9101159 100644 --- a/src/api/routes/gateway/bot.ts +++ b/src/api/routes/gateway/bot.ts
@@ -22,17 +22,6 @@ import { Request, Response, Router } from "express"; const router = Router(); -export interface GatewayBotResponse { - url: string; - shards: number; - session_start_limit: { - total: number; - remaining: number; - reset_after: number; - max_concurrency: number; - }; -} - router.get( "/", route({