Skip to content

Releases: aiko-chan-ai/discord.js-selfbot-v13

3.6.1

14 Mar 10:34
Compare
Choose a tag to compare

Although this release is only a minor patch—including fixes to TypeScript typings in some insignificant areas—it will temporarily disable relationship-related features (I have tried many tokens and all of them are banned, even after applying the direct patch from #1521).

image

  • Fixed bugs 🐛
  • Added more bugs to fix later 🎉

3.6.0

15 Feb 17:25
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump undici from 6.21.0 to 6.21.1 by @dependabot in #1452
  • fix(RelationshipManager): change sendFriendRequest to hopefully reduce account bans by @TheDevYellowy in #1458
  • chore(deps-dev): bump @types/node from 20.14.12 to 22.10.7 by @dependabot in #1437
  • Fixed bugs 🐛
  • Added more bugs to fix later 🎉

Full Changelog: 3.5.1...3.6.0

3.5.1

21 Jan 07:25
Compare
Choose a tag to compare
  • fix(Client): update authorizeURL return type & regex

Full Changelog: 3.5.0...3.5.1

3.5.0

21 Jan 04:03
Compare
Choose a tag to compare

What's Changed

  • feat: add mfa code completion from TOTP key by @TheDevYellowy in #1446
  • feat: fetching presences

Other changes: From Discord.js 14.16.3 to 14.17.3

Full Changelog: 3.4.6...3.5.0

3.4.6

13 Dec 14:35
Compare
Choose a tag to compare

Full Changelog: 3.4.5...3.4.6

  • Resolved issues after transitioning from node-fetch to undici, 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.

3.4.5

01 Dec 04:36
Compare
Choose a tag to compare

Full Changelog: 3.4.4...3.4.5

3.4.4

28 Nov 03:41
Compare
Choose a tag to compare

Full Changelog: 3.4.3...3.4.4

3.4.3

27 Nov 13:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.4.2...3.4.3

3.4.2

29 Oct 09:01
Compare
Choose a tag to compare

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: 3.4.1...3.4.2

3.4.1

27 Oct 05:46
Compare
Choose a tag to compare

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 additional mfaCode.
  • feat: Updated decoration links and properties.
  • feat: Updated MessageFlags and MessageTypes.
  • feat: Implemented forward feature with Message.forward and Message.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