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

t-feat
w-unverified

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

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

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

t-refactor
w-unverified
t-build
pkg-gateway
pkg-all

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

t-feat
w-unverified
pkg-gateway
pkg-all

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

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

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

bug

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

t-fix
w-unverified
pkg-types

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

t-feat
w-unverified
t-breaking
pkg-types
pkg-gateway
pkg-rest
pkg-bot
pkg-utils

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

t-docs
w-pending
website