Fleny
Fleny
### Tell us what problem the feature would solve Currently in a bunch of places, such as `DiscordUser` we use `number` on the `flags` and `public_flags`. However, discord does document...
Add Entry Point interaction types (used for Activities) Add `withResponse` query parameter for the interaction callback - Upstream: https://github.com/discord/discord-api-docs/pull/7106
Refactor the gateway integration test, update uWS version to support node 18, node 20 and node 22. The syntax used for referencing the uWS.js version is now the NPM standard...
Add transport compression support to shards > [!NOTE] > This pr depends on some of the changes from #3808 TODO: - [x] Zlib-stream - [x] Zstd-stream - [x] bring back...
Our current `DiscordAuditLogChange` is pretty much outdated, on both the `types` and `bot` package. This is because while discord has been adding properties, we haven't updated the audit log change...
### 🐛 The bug When in the Payload tab a state is expanded it fails to show the value with `[destr] Invalid JSON` if the value is a string representing...
### Description When running `lint-staged` on NodeJS 23.0.0 it hangs and after a while NodeJS crashes with an out of memory exception. Using NodeJS 22.10.0 this does not happen. The...
This adds some missing comments on DiscordInteractionCallback. - Upstream: https://github.com/discord/discord-api-docs/pull/7195
Add support for soundboard sounds. - Upstream: https://github.com/discord/discord-api-docs/pull/6260 - Upstream: https://github.com/discord/discord-api-docs/pull/7207 > [!WARNING] > This is breaking as Discord renamed the `GUILD_EMOJIS_AND_STICKERS` permission to `GUILD_EXPRESSIONS` so we renamed our permission...
- The Getting Started now uses the `desiredProperties` object on `createBot` instead of `bot.transformers.desiredProperties` - The new Desired Properties page includes the CLI docs - The desired properties section in...