Skip to content

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

2.14.10

25 Aug 13:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.14.7...2.14.10

2.14.8

11 Jul 16:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.14.4...2.14.7

2.14.5

14 Jun 07:06
Compare
Choose a tag to compare

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

26 Apr 16:52
Compare
Choose a tag to compare

Full Changelog: 2.13.5...2.13.6

v2.13.5

22 Apr 07:10
Compare
Choose a tag to compare

Full Changelog: 2.13.4...2.13.5

v2.13.4

20 Apr 12:35
Compare
Choose a tag to compare

What's Changed

  • 🐛 fix(types) by @hocsinhgioitoan in #623

Full Changelog: 2.13.3...2.13.4

v2.13.3

15 Apr 12:56
Compare
Choose a tag to compare

Full Changelog: 2.13.1...2.13.3

v2.13.2

07 Apr 14:40
Compare
Choose a tag to compare

Full Changelog: 2.13.0...2.13.1

v2.13.0

02 Apr 06:34
Compare
Choose a tag to compare

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

21 Mar 11:54
Compare
Choose a tag to compare

Full Changelog: 2.12.0...2.12.1