nuke GATEWAY_VERSION (#2293)

This commit is contained in:
LTS20050703
2022-06-15 21:12:31 +07:00
committed by GitHub
parent 09212e53c1
commit 4580b72d0e

View File

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