Releases: discordjs/discord.js
Releases · discordjs/discord.js
@discordjs/[email protected]
@discordjs/[email protected]
Bug Fixes
- Correct guild member banner URL (8d69b24)
@discordjs/[email protected]
chore: deps update
@discordjs/[email protected]
chore(builders): release @discordjs/[email protected]
@discordjs/[email protected]
chore(core): release @discordjs/[email protected]
@discordjs/[email protected]
chore(builders): release @discordjs/[email protected]
@discordjs/[email protected]
Features
- voice: Add new encryption methods, remove old methods (#10451) (9f8b9b1) by @nyapat
- BREAKING CHANGE: This library no longer supports using
tweetnacl
as an encryption library due to Discord deprecating the algorithms thattweetnacl
helped us support (read more here). Please migrate to one of:sodium-native
,sodium
,@stablelib/xchacha20poly1305
,@noble/ciphers
orlibsodium-wrappers
; unless your system supportsaes-256-gcm
(verify by runningrequire('node:crypto').getCiphers().includes('aes-256-gcm')
), in which case you can safely removetweetnacl
and not install anything else.
- BREAKING CHANGE: This library no longer supports using
Testing
New Contributors
14.16.3
14.16.2
Bug Fixes
- ApplicationCommand: Incorrect comparison in equals method (#10497) (3c74aa2) by @monbrey
- Type guard for sendable text-based channels (#10482) (dea6840) by @vladfrangu
Documentation
- Update discord documentation links (#10484) (799fa54) by @sdanialraza
- Message: Mark
interaction
as deprecated (#10481) (c13f18e) by @sdanialraza - ApplicationEmojiManager: Fix fetch example (#10480) (4594896) by @sdanialraza