From 4580b72d0ee3368e93008e6772ade6b434eeccd6 Mon Sep 17 00:00:00 2001 From: LTS20050703 <87189679+lts20050703@users.noreply.github.com> Date: Wed, 15 Jun 2022 21:12:31 +0700 Subject: [PATCH] nuke GATEWAY_VERSION (#2293) --- util/constants.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/util/constants.ts b/util/constants.ts index b48415dd4..75dd99208 100644 --- a/util/constants.ts +++ b/util/constants.ts @@ -20,9 +20,6 @@ export const BASE_URL = "https://discord.com/api"; /** https://discord.com/developers/docs/reference#api-versioning-api-versions */ export const API_VERSION = 10; -/** https://discord.com/developers/docs/topics/gateway#gateways-gateway-versions */ -export const GATEWAY_VERSION = 10; - // TODO: update this version /** https://github.com/discordeno/discordeno/releases */ export const DISCORDENO_VERSION = "13.0.0-rc45";