Fleny
Fleny
Add a getting-started page to the docs. The getting started will include the installation and desired proprieties explanation as they tend to be very confusing at first
I will explain pretty much everything in the PR, but a lot of the changes are the result of running prettier on the entire project and ESLint --fix on most...
# Report a bug ### 🔎 Search Terms Typescript 5.5 ### 🧩 Context - ArkType version: 2.0.0-dev.11 - TypeScript version: 5.4.5, 5.5.0-beta - Other context you think may be relevant...
User applications are now GA (Generally Availably) and no longer in preview > [!WARNING] > This is breaking because `DiscordMessageInteractionMetadata.authorizing_integration_owners` was incorrectly typed to be using number keys instead of...
Migrate examples in the `/examples` directory to use discordeno v19 and use NodeJS instead of Deno[^deno]. [^deno]: Using NodeJS is more consistent with the rest of the codebase and since...
Change the max poll duration from 7 days to 32 days. - Upstream: https://github.com/discord/discord-api-docs/pull/6956 - fixes #3693
The PR adds the following: - the `sku_id` propriety to the `DiscordButtonComponent` - the `Premium` (6) button style to `ButtonStyles` - deprecates the `InteractionResponseTypes.Premium` as it is now marked as...
Add attachment titles - Upstream: https://github.com/discord/discord-api-docs/pull/6945 - fixes #3688
Document the position behavior for duplicate position values - Upstream: https://github.com/discord/discord-api-docs/pull/6947 - fixes #3687
Add `avatar_decoration_data` to `DiscordGuildMemberUpdate` - upstream: https://github.com/discord/discord-api-docs/pull/6882 - fixes #3660