3.4.1
Fixes
- fix(PacketHandler): Resolved issues related to receiving and decoding packets.
- fix(User): Removed
fetchFlags()
method.
Features
- feat(VoiceReceiver): Added
videoData
event to provide raw data from Discord. - feat(Guild): Updated
setVanityCode
function to require an additionalmfaCode
. - feat: Updated decoration links and properties.
- feat: Updated
MessageFlags
andMessageTypes
. - feat: Implemented forward feature with
Message.forward
andMessage.snapshot
. - feat!: Introduced a new Poll implementation (more aligned with discord.js).
- feat(VoiceConnection): Implemented
StreamConnectionReadonly
, allowing viewing of others' streams. - feat(VoiceReceiver): Proof of Concept (PoC) for video recording.
Chores
- chore(MediaPlayer): Added additional arguments for FFmpeg to improve video playback and synchronization of video/audio.
- chore: Deployed several bug fixes from discord.js v14.16.3.
- chore: Updated to the latest Discord build version.
Documentation
- docs: Fixed several spelling errors.
Full Changelog: 3.4.0...3.4.1