Results 58 issues of 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...

t-style
w-unverified
pkg-types
pkg-gateway
pkg-rest
pkg-all
pkg-bot
pkg-utils
website

### 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`...

t-feat
w-verified

Add the Guild Incident message types - Upstream: https://github.com/discord/discord-api-docs/pull/6558 - fixes #3644

t-feat
w-unverified
pkg-types

### 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`...

t-bug
w-unverified

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...

t-feat
w-unverified
t-breaking
pkg-types

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,...

t-feat
w-unverified
t-breaking
pkg-types
pkg-bot

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...

t-fix
w-unverified
pkg-types
pkg-bot

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...

t-feat
w-unverified
t-breaking
pkg-types
pkg-bot

Add invite types to the `DiscordInvite` object - Upstream: https://github.com/discord/discord-api-docs/pull/6568 - fixes #3603

t-feat
w-unverified
pkg-types
pkg-bot

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...

t-feat
w-unverified
pkg-types
pkg-rest
pkg-bot