mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
release: 13.0.0-rc40
Added: - `convertRestError` function so you can edit the error stack better/add additional handling - `Collection#forceSet` method which ignores the `maxSize` limit of the collection Changed: - Intent calculation now needs to be done manually (eg. `Intents.Guilds | Intents.GuildMessages`) **BREAKING** Fixed: - `ApplicationCommandOption#required` is optional - `createInvite` sending the wrong value for `target_application_id` - `editApplicationCommandPermissions` needs a bearer token to access the related endpoint **BREAKING** - `sendInteractionResponse` not uploading files Removed: - leftover console.log in the `spawnShards` and `processGlobalQueue` functions
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ export const GATEWAY_VERSION = 10;
|
||||
|
||||
// TODO: update this version
|
||||
/** https://github.com/discordeno/discordeno/releases */
|
||||
export const DISCORDENO_VERSION = "13.0.0-rc39";
|
||||
export const DISCORDENO_VERSION = "13.0.0-rc40";
|
||||
|
||||
/** https://discord.com/developers/docs/reference#user-agent */
|
||||
export const USER_AGENT = `DiscordBot (https://github.com/discordeno/discordeno, v${DISCORDENO_VERSION})`;
|
||||
|
||||
Reference in New Issue
Block a user