mirror of
https://github.com/discordjs/discord.js.git
synced 2026-09-18 09:17:28 +00:00
- `Client#pings` is documented as public in the JSDoc, shows up on the documentation site, but was typed as `private` for some reason - rename `Client#packetQueue` to `incomingPacketQueue` since `packetQueue` doesn't exist - remove `ApplicationCommand.isAPICommandData`, which seemingly never actually existed at runtime