Update Version API 9 => 10
This commit is contained in:
parent
557236221c
commit
e8b87a1778
@ -14,7 +14,7 @@
|
||||
|
||||
## About
|
||||
|
||||
- discord.js-selfbot-v13 is a [Node.js](https://nodejs.org) module that allows user accounts (and bot .-.) to interact with the Discord API v9.
|
||||
- discord.js-selfbot-v13 is a [Node.js](https://nodejs.org) module that allows user accounts (and bot .-.) to interact with the Discord API v10. (and discord.js@v14-dev) =))
|
||||
- Fork from [this](https://github.com/TheDevYellowy/dsb.js) module.
|
||||
|
||||
### <strong>I don't take any responsibility for blocked Discord accounts that used this module.</strong>
|
||||
@ -42,6 +42,8 @@ client.on('ready', async () => {
|
||||
client.login('token');
|
||||
```
|
||||
|
||||
<strong>Github Repo (Play Youtube music) [Here](https://github.com/aiko-chan-ai/Selfbot-Example)</strong>
|
||||
|
||||
## Selfbot feature ?
|
||||
- Friends and Block Members
|
||||
- Discord Apps Setting [Theme, Language, ...]
|
||||
@ -70,7 +72,7 @@ client.login('token');
|
||||
- <strong>Thanks to <img src="https://avatars.githubusercontent.com/u/64450187" alt="." width="16" height="16"/> [TheDevYellowy](https://github.com/TheDevYellowy/) for patching this module!</strong>
|
||||
|
||||
## Need help?
|
||||
Contact me in Discord [Shiraori#1782] (UserID: 721746046543331449)
|
||||
Contact me in Discord: [Shiraori#1782](https://discord.com/users/721746046543331449) (UserID: 721746046543331449)
|
||||
|
||||
## <strong><img src="https://cdn.discordapp.com/attachments/820557032016969751/952436539118456882/flag-vietnam_1f1fb-1f1f3.png" alt="." width="20" height="20"/> Vietnamese</strong>
|
||||
- Tóm lại là module này dùng Discord.js v13, API v9 nên chưa chết sớm đâu, cứ dùng đi =))
|
||||
- Tóm lại là module này dùng Discord.js v13 (thực ra là dev của v14), API v10 nên chưa chết sớm đâu, cứ dùng đi =))
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "discord.js-selfbot-v13",
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.3",
|
||||
"description": "A unofficial discord.js fork for creating selfbots [Based on discord.js v13]",
|
||||
"main": "./src/index.js",
|
||||
"types": "./typings/index.d.ts",
|
||||
@ -47,7 +47,7 @@
|
||||
"axios": "^0.26.1",
|
||||
"chalk": "^4.1.2",
|
||||
"discord-api-types": "^0.27.3",
|
||||
"discord-rpc-contructor": "^1.0.4",
|
||||
"discord-rpc-contructor": "^1.0.5",
|
||||
"discord.js": "^13.6.0",
|
||||
"form-data": "^4.0.0",
|
||||
"json-bigint": "^1.0.0",
|
||||
|
@ -123,7 +123,7 @@ class Options extends null {
|
||||
Origin: 'https://discord.com',
|
||||
},
|
||||
agent: {},
|
||||
version: 9,
|
||||
version: 10,
|
||||
api: 'https://discord.com/api',
|
||||
cdn: 'https://cdn.discordapp.com',
|
||||
invite: 'https://discord.gg',
|
||||
|
Loading…
Reference in New Issue
Block a user