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
This commit is contained in:
ITOH
2022-05-29 17:47:40 +02:00
parent d50be0834e
commit 144e651259
+1 -1
View File
@@ -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})`;