chore: release v2.9.0

This commit is contained in:
March 7th
2022-11-12 18:11:30 +07:00
parent bd48db3f8c
commit 453b9150f7
4 changed files with 14 additions and 10 deletions

View File

@@ -14,7 +14,7 @@
## About
<strong>Welcome to `discord.js-selfbot-v13@v2.8`, based on `discord.js@13.12`</strong>
<strong>Welcome to `discord.js-selfbot-v13@v2.9`, based on `discord.js@13.12`</strong>
- discord.js-selfbot-v13 is a [Node.js](https://nodejs.org) module that allows user accounts to interact with the Discord API v9.
@@ -61,7 +61,11 @@ npm install discord.js-selfbot-v13@latest
```js
const { Client } = require('discord.js-selfbot-v13');
const client = new Client(); // All partials are loaded automatically
const client = new Client({
// See other options here
// https://discordjs-self-v13.netlify.app/#/docs/docs/main/typedef/ClientOptions
// All partials are loaded automatically
});
client.on('ready', async () => {
console.log(`${client.user.username} is ready!`);
@@ -70,8 +74,6 @@ client.on('ready', async () => {
client.login('token');
```
<strong>Github Repo (Play Youtube music) [Here](https://github.com/aiko-chan-ai/Selfbot-Example)</strong>
## Get Token ?
<strong>Run code (Discord Console - [Ctrl + Shift + I])</strong>
@@ -109,6 +111,8 @@ Credit: <img src="https://cdn.discordapp.com/emojis/889092230063734795.png" alt=
## Need help?
Contact me in Discord: [Elysia#1782](https://discord.com/users/721746046543331449)
Github Discussion: [Here](https://github.com/aiko-chan-ai/discord.js-selfbot-v13/discussions)
## Credits
- [Discord.js](https://github.com/discordjs/discord.js)
- [Discord S.C.U.M](https://github.com/Merubokkusu/Discord-S.C.U.M)