Fleny
Fleny
This removes everything ESLint[^webpack] and Prettier related from the project, including the config package for eslint and the docs mention. Reasons why we should migrate away from eslint: - ESLint...
### Tell us what problem the feature would solve The transformers that have desired proprieties mostly can deal with `Partial` variants of the payload. Since we use `Partial` in `@discordeno/types`...
Add the Guild Incident message types - Upstream: https://github.com/discord/discord-api-docs/pull/6558 - fixes #3644
### Runtime NodeJS ### Runtime Version 22.2.0 ### Version 19.0.0-next.92bf166 ### Describe the bug When using a REST proxy, we run `rest.createRequestBody` to set as the body for the `fetch`...
Add the required types for blocking words in member profiles from automod. This pr also has a few comments edits to make them clearer > [!NOTE] > - This pr...
This PR replaces some `number` type usage and replaces them with the proper enum. This means adding the `ActivityFlag` enum. > [!IMPORTANT] > This does NOT include the `MemberFlag` enum,...
Add the previusly missing flags in the DiscordMember object Add the flags to ModifyGuildMember to edit them for a specified member - fixes #3602 - Upstream: https://github.com/discord/discord-api-docs/pull/6717 - fixes #3568...
Add the `guild` field to DiscordInteraction as a partial guild. This is a breaking change since the interaction transformer (and customizer) now takes a different payload object as argument to...
Add invite types to the `DiscordInvite` object - Upstream: https://github.com/discord/discord-api-docs/pull/6568 - fixes #3603
Add `type: DiscordReactionType` to `DiscordMessageReactionRemove` and `DiscordMessageReactionAdd` Add burst information to `DiscordMessageReactionRemove` and `DiscordMessageReactionAdd` Add the type to the getReactions method - fixes #3605 - Upstream https://github.com/discord/discord-api-docs/pull/6375 - fixes #3606...