mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
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