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";