Skip to content

Commit

Permalink
chore: release v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aiko-chan-ai committed Nov 12, 2022
1 parent bd48db3 commit 453b915
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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!`);
Expand All @@ -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>
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/main.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 4 additions & 4 deletions src/util/Options.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 453b915

Please sign in to comment.