[TASK] Update all
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
discord.js-selfbot-v13 | 3.1.4 -> 3.4.6 |
||||
dotenv | 16.4.5 -> 16.4.7 |
Update dependencies
-
Clone project
-
Checkout update branch
-
run
npm install
and test everything -
If everything is fine and fixes are pushed, merge the MR
Release Notes
aiko-chan-ai/discord.js-selfbot-v13 (discord.js-selfbot-v13)
v3.4.6
Full Changelog: https://github.com/aiko-chan-ai/discord.js-selfbot-v13/compare/3.4.5...3.4.6
- Resolved issues after transitioning from
node-fetch
toundici
, ensuring smoother performance and compatibility. - Fixed a critical bug that could lead to Discord account bans. This is a significant improvement for user safety.
- Addressed installation issues across different platforms by removing the dependency on
deasync
.
v3.4.5
Full Changelog: https://github.com/aiko-chan-ai/discord.js-selfbot-v13/compare/3.4.4...3.4.5
v3.4.4
Full Changelog: https://github.com/aiko-chan-ai/discord.js-selfbot-v13/compare/3.4.3...3.4.4
v3.4.3
What's Changed
- feat: automatic timezone detection by @TheDevYellowy in https://github.com/aiko-chan-ai/discord.js-selfbot-v13/pull/1346
Full Changelog: https://github.com/aiko-chan-ai/discord.js-selfbot-v13/compare/3.4.2...3.4.3
v3.4.2
Changelog
Features
- feat(VoiceReceiver): Allow recording video with synchronized audio.
-
feat(VoiceConnection): Added
streamUpdate
event to provide information about the stream (paused status, viewers, voice region). - feat(FFmpegHandler): Added missing fields (userId).
Documentation
- docs: Added event documentation and fixed typos.
This is a minor update but implements a fairly complete feature for recording video (stream/camera) from users. Hope you enjoy it!
Full Changelog: https://github.com/aiko-chan-ai/discord.js-selfbot-v13/compare/3.4.1...3.4.2
v3.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: https://github.com/aiko-chan-ai/discord.js-selfbot-v13/compare/3.4.0...3.4.1
v3.4.0
What's Changed
- Update ChannelManager.js by @Ruwin-dsc in https://github.com/aiko-chan-ai/discord.js-selfbot-v13/pull/1225
- Some random updates by @002-sans in https://github.com/aiko-chan-ai/discord.js-selfbot-v13/pull/1251
New Contributors
- @Ruwin-dsc made their first contribution in https://github.com/aiko-chan-ai/discord.js-selfbot-v13/pull/1225
- @002-sans made their first contribution in https://github.com/aiko-chan-ai/discord.js-selfbot-v13/pull/1251
Full Changelog: https://github.com/aiko-chan-ai/discord.js-selfbot-v13/compare/3.3.0...3.4.0
v3.3.0
What's Changed
- fix(client): CustomStatus don't working by @misonomikadev in https://github.com/aiko-chan-ai/discord.js-selfbot-v13/pull/1210
- feat: implement VoiceConnection (including Voice, Stream, Dispatch audio/video, Receiver) (https://github.com/dank074/Discord-video-stream and Discord.js v12 voice)
- fix: proxy not working #1220
- fix: notification
Full Changelog: https://github.com/aiko-chan-ai/discord.js-selfbot-v13/compare/3.2.2...3.3.0
v3.2.2
What's Changed
- fix(client): handle promise rejections by @misonomikadev in https://github.com/aiko-chan-ai/discord.js-selfbot-v13/pull/1205
New Contributors
- @misonomikadev made their first contribution in https://github.com/aiko-chan-ai/discord.js-selfbot-v13/pull/1205
Full Changelog: https://github.com/aiko-chan-ai/discord.js-selfbot-v13/compare/3.2.0...3.2.2
v3.2.1
v3.2.0
What's Changed
- Update README.md by @TheDevYellowy in https://github.com/aiko-chan-ai/discord.js-selfbot-v13/pull/1019
- feat: add email and password login to client by @TheDevYellowy in https://github.com/aiko-chan-ai/discord.js-selfbot-v13/pull/1111
- Issue #1126 fix
data
initialization error by @sciencegirl100 in https://github.com/aiko-chan-ai/discord.js-selfbot-v13/pull/1127 - feat: MessagePoll
- feat: UserApps
- feat: User.clan
- fix: Event ThreadCreate and MessageCreate not emitted
- =w=
New Contributors
- @sciencegirl100 made their first contribution in https://github.com/aiko-chan-ai/discord.js-selfbot-v13/pull/1127
Full Changelog: https://github.com/aiko-chan-ai/discord.js-selfbot-v13/compare/3.1.3...3.2.0
motdotla/dotenv (dotenv)
v16.4.7
Changed
- Ignore
.tap
folder when publishing. (oops, sorry about that everyone. - @motdotla) #848
v16.4.6
Changed
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.