API v9, edit document + readme

Request by github.com/dolfies
This commit is contained in:
March 7th
2022-04-03 15:20:39 +07:00
parent fe8d9786f0
commit 3688622120
4 changed files with 38 additions and 5 deletions
+18
View File
@@ -1,6 +1,24 @@
# Discord.js Selfbot v13
- Install: <strong>```npm i discord.js-selfbot-v13@latest```</strong>
# <strong>[Risky actions](https://github.com/Merubokkusu/Discord-S.C.U.M/issues/66)</strong>
## Change log:
```js
/* If you want to change the API version from v9 to v10, here are the instructions */
const { Client } = require('discord.js-selfbot-v13');
const client = new Client({
ws: {
version: 10
},
http: {
version: 10
}
});
```
## Client Settings
<details>
<summary><strong>Click to show</strong></summary>