Releases: aiko-chan-ai/discord.js-selfbot-v13
Releases · aiko-chan-ai/discord.js-selfbot-v13
v2.8.5
What's Changed
- typing(ClientSettingManager): make right with the structure. & Clean up by @NekoCyan in #346
- fix bugs
Full Changelog: 2.8.0...2.8.5
v2.8.0
What's Changed
- Fix slashCommand of type SUB_COMMAND_GROUP by @xD33m in #339
- feat: awaitModal by @aiko-chan-ai in #343
New Contributors
Full Changelog: 2.7.1...2.8.0
v2.7.1
v2.6.16
What's Changed
- fix(ClientUser): Bio is null by @aiko-chan-ai in #302
Full Changelog: 2.6.14...2.6.16
v2.6.14
Full Changelog: 2.6.13...2.6.14
v2.6.13
What's Changed
- Update by @aiko-chan-ai in #297
- feat: Appliaction by @aiko-chan-ai in #300
Full Changelog: 2.6.11...2.6.13
v2.6.11 (v2.6.12)
What's Changed
- refactor(GuildMemberManager): new Fetch method by @aiko-chan-ai in #290
+ BREAKING CHANGE: GuildMemberManager.fetch No longer returns results from GuildMemberList due to inaccuracies
- No discord.js v13.11 :v
Add new methods:
- https://discordjs-self-v13.netlify.app/#/docs/docs/main/class/GuildMemberManager?scrollTo=fetchBruteforce
- https://discordjs-self-v13.netlify.app/#/docs/docs/main/class/GuildMemberManager?scrollTo=fetchMemberList
See here: https://github.com/aiko-chan-ai/discord.js-selfbot-v13/blob/main/Document/FetchGuildMember.md
Full Changelog: 2.6.10...2.6.11
v2.6.10
What's Changed
- fix(SendSlash): BotId !== applicationId by @aiko-chan-ai in #287
Full Changelog: 2.6.9...2.6.10
v2.6.9
What's Changed
- Adds support for slash commands with no options by @archubbuck in #261
- Group ownership not required for member adding by @bforbiggy in #264
- fix(ClientUserSettingManager): data.guild_positions return undefined by @hocsinhgioitoan in #266
- release 2.6.6 by @aiko-chan-ai in #269
- fix(Options): checkUpdate error by @aiko-chan-ai in #271
- chore(release): v2.6.7 by @aiko-chan-ai in #275
- fix(User): user.bio return object by @aiko-chan-ai in #276
- feat(SessionManager): New feature from Discord by @aiko-chan-ai in #278
- refactor + feat + fix (see commits) by @aiko-chan-ai in #284
New Contributors
- @archubbuck made their first contribution in #261
- @bforbiggy made their first contribution in #264
- @aiko-chan-ai made their first contribution in #269
Full Changelog: 2.6.0...2.6.9
v2.6.0
Full Changelog: 2.5.0...2.6.0
+ BREAKING CHANGE: Using Slash Command (Sub Command / Sub Group Command) will not accept subCommand argument in args.
> That means Command Name needs to be changed same as Discord Client}
- No discord.js v13.11 :v