chore: release v2.9.0
This commit is contained in:
parent
bd48db3f8c
commit
453b9150f7
12
README.md
12
README.md
@ -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)
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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]",
|
||||
"main": "./src/index.js",
|
||||
"types": "./typings/index.d.ts",
|
||||
|
@ -187,13 +187,13 @@ class Options extends null {
|
||||
os_version: '10',
|
||||
referrer: '',
|
||||
referring_domain: '',
|
||||
referrer_current: '',
|
||||
referring_domain_current: '',
|
||||
referrer_current: 'https://discord.com/channels/@me',
|
||||
referring_domain_current: 'discord.com',
|
||||
release_channel: 'stable',
|
||||
client_build_number: 157708,
|
||||
client_build_number: 158183,
|
||||
client_event_source: null,
|
||||
},
|
||||
// ? capabilities: 2045,
|
||||
// ? capabilities: 4093,
|
||||
version: 9,
|
||||
client_state: {
|
||||
api_code_version: 0,
|
||||
|
Loading…
Reference in New Issue
Block a user