From 144e651259cc32e7811a7e716035ccac04a8e5c1 Mon Sep 17 00:00:00 2001 From: ITOH Date: Sun, 29 May 2022 17:40:15 +0200 Subject: [PATCH] release: 13.0.0-rc44 Fixed: - lastShardId & totalShards when starting a bot without pre-set `gatewayBot` information Removed: - Debug handling of close code 1000 for shards --- util/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/constants.ts b/util/constants.ts index 786f11ecc..2a794fbcb 100644 --- a/util/constants.ts +++ b/util/constants.ts @@ -25,7 +25,7 @@ export const GATEWAY_VERSION = 10; // TODO: update this version /** https://github.com/discordeno/discordeno/releases */ -export const DISCORDENO_VERSION = "13.0.0-rc43"; +export const DISCORDENO_VERSION = "13.0.0-rc44"; /** https://discord.com/developers/docs/reference#user-agent */ export const USER_AGENT = `DiscordBot (https://github.com/discordeno/discordeno, v${DISCORDENO_VERSION})`;