chore: v2.12.0
This commit is contained in:
parent
5cc8aeffad
commit
fe44b48552
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
## About
|
## 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.
|
- discord.js-selfbot-v13 is a [Node.js](https://nodejs.org) module that allows user accounts to interact with the Discord API v9.
|
||||||
|
|
||||||
@ -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/>
|
- 📘 [***aiko-chan-ai/DiscordBotClient***](https://github.com/aiko-chan-ai/DiscordBotClient) <br/>
|
||||||
A patched version of discord, with bot login support
|
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 💕
|
# From Github with love 💕
|
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "discord.js-selfbot-v13",
|
"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]",
|
"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",
|
||||||
|
@ -201,21 +201,20 @@ class Options extends null {
|
|||||||
os_version: '10.0.22621',
|
os_version: '10.0.22621',
|
||||||
os_arch: 'x64',
|
os_arch: 'x64',
|
||||||
system_locale: 'en-US',
|
system_locale: 'en-US',
|
||||||
client_build_number: 179882,
|
client_build_number: 181113,
|
||||||
native_build_number: 30306,
|
native_build_number: 30306,
|
||||||
client_event_source: null,
|
client_event_source: null,
|
||||||
design_id: 0,
|
design_id: 0,
|
||||||
},
|
},
|
||||||
// ! capabilities: 4093,
|
|
||||||
version: 9,
|
version: 9,
|
||||||
client_state: {
|
client_state: {
|
||||||
api_code_version: 0,
|
|
||||||
guild_versions: {},
|
guild_versions: {},
|
||||||
highest_last_message_id: '0',
|
highest_last_message_id: '0',
|
||||||
read_state_version: 0,
|
read_state_version: 0,
|
||||||
user_guild_settings_version: -1,
|
user_guild_settings_version: -1,
|
||||||
user_settings_version: -1,
|
user_settings_version: -1,
|
||||||
private_channels_version: '0',
|
private_channels_version: '0',
|
||||||
|
api_code_version: 0,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
http: {
|
http: {
|
||||||
|
Loading…
Reference in New Issue
Block a user