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 ## 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. - 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 ```js
const { Client } = require('discord.js-selfbot-v13'); 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 () => { client.on('ready', async () => {
console.log(`${client.user.username} is ready!`); console.log(`${client.user.username} is ready!`);
@ -70,8 +74,6 @@ client.on('ready', async () => {
client.login('token'); client.login('token');
``` ```
<strong>Github Repo (Play Youtube music) [Here](https://github.com/aiko-chan-ai/Selfbot-Example)</strong>
## Get Token ? ## Get Token ?
<strong>Run code (Discord Console - [Ctrl + Shift + I])</strong> <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? ## Need help?
Contact me in Discord: [Elysia#1782](https://discord.com/users/721746046543331449) 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 ## Credits
- [Discord.js](https://github.com/discordjs/discord.js) - [Discord.js](https://github.com/discordjs/discord.js)
- [Discord S.C.U.M](https://github.com/Merubokkusu/Discord-S.C.U.M) - [Discord S.C.U.M](https://github.com/Merubokkusu/Discord-S.C.U.M)

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{ {
"name": "discord.js-selfbot-v13", "name": "discord.js-selfbot-v13",
"version": "2.8.15", "version": "2.9.0",
"description": "A unofficial discord.js fork for creating selfbots [Based on discord.js v13]", "description": "A unofficial discord.js fork for creating selfbots [Based on discord.js v13]",
"main": "./src/index.js", "main": "./src/index.js",
"types": "./typings/index.d.ts", "types": "./typings/index.d.ts",

View File

@ -187,13 +187,13 @@ class Options extends null {
os_version: '10', os_version: '10',
referrer: '', referrer: '',
referring_domain: '', referring_domain: '',
referrer_current: '', referrer_current: 'https://discord.com/channels/@me',
referring_domain_current: '', referring_domain_current: 'discord.com',
release_channel: 'stable', release_channel: 'stable',
client_build_number: 157708, client_build_number: 158183,
client_event_source: null, client_event_source: null,
}, },
// ? capabilities: 2045, // ? capabilities: 4093,
version: 9, version: 9,
client_state: { client_state: {
api_code_version: 0, api_code_version: 0,