Skip to content

Commit

Permalink
chore: v2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aiko-chan-ai committed Mar 16, 2023
1 parent 5cc8aef commit fe44b48
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 3 additions & 1 deletion 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.11`, based on `discord.js@13.13`</strong>
<strong>Welcome to `discord.js-selfbot-v13@v2.12`, based on `discord.js@13.14`</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 @@ -119,6 +119,8 @@ Github Discussion: [Here](https://github.com/aiko-chan-ai/discord.js-selfbot-v13

- 📘 [***aiko-chan-ai/DiscordBotClient***](https://github.com/aiko-chan-ai/DiscordBotClient) <br/>
A patched version of discord, with bot login support
- 📕 [***aiko-chan-ai/Discord-Markdown***](https://github.com/aiko-chan-ai/Discord-Markdown) <br/>
Better Markdown to text chat Discord.
- 📗 ...

# From Github with love 💕
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.11.5",
"version": "2.12.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
5 changes: 2 additions & 3 deletions src/util/Options.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,21 +201,20 @@ class Options extends null {
os_version: '10.0.22621',
os_arch: 'x64',
system_locale: 'en-US',
client_build_number: 179882,
client_build_number: 181113,
native_build_number: 30306,
client_event_source: null,
design_id: 0,
},
// ! capabilities: 4093,
version: 9,
client_state: {
api_code_version: 0,
guild_versions: {},
highest_last_message_id: '0',
read_state_version: 0,
user_guild_settings_version: -1,
user_settings_version: -1,
private_channels_version: '0',
api_code_version: 0,
},
},
http: {
Expand Down

0 comments on commit fe44b48

Please sign in to comment.