Releases: aiko-chan-ai/discord.js-selfbot-v13
Releases · aiko-chan-ai/discord.js-selfbot-v13
2.14.10
What's Changed
- fix(message_manager): remove unnecessary log by @notsapinho in #779
New Contributors
- @notsapinho made their first contribution in #779
Full Changelog: 2.14.7...2.14.10
2.14.8
What's Changed
- Update Message.md by @gorgulenkozxc in #712
- setUsername Fix, new Username System by @fknMega in #720
- Added Pronouns support by @fknMega in #721
- Update GuildMember.js by @IcAkA969 in #732
- fix(typings): add strict
type
prop toPartialGroupDMChannel
by @DarkGuy10 in #747
New Contributors
- @gorgulenkozxc made their first contribution in #712
- @fknMega made their first contribution in #720
- @IcAkA969 made their first contribution in #732
Full Changelog: 2.14.4...2.14.7
2.14.5
What's Changed
- Fixed captcha, proxy, ...
- Fixed update event not being emitted when options.checkUpdate is disabled by @kbd0t in #667
- Fixed TextBasedChannel.js documentation (non urgent) by @tryka-1213 in #679
- feat: new username system by @aiko-chan-ai in #703
New Contributors
- @kbd0t made their first contribution in #667
- @tryka-1213 made their first contribution in #679
Full Changelog: 2.13.6...2.14.4
v2.13.6
Full Changelog: 2.13.5...2.13.6
v2.13.5
Full Changelog: 2.13.4...2.13.5
v2.13.4
v2.13.3
Full Changelog: 2.13.1...2.13.3
v2.13.2
Full Changelog: 2.13.0...2.13.1
v2.13.0
BETA: ClydeAI
client.on('ready', async () => {
while (true) {
const guild = await client.guilds.create('Clyde AI');
console.log(`ID: ${guild.id} | ClydeAI: ${guild.clydeSupport}`);
if (guild.clydeSupport) {
guild.enableClydeAI();
break;
} else {
guild.delete();
}
await sleep(1000);
}
});
Full Changelog: 2.12.1...2.13.0
v2.12.1
Full Changelog: 2.12.0...2.12.1