- Update Document
- Fix WebEmbed
- Fix MessagePayload
- Clear warn "Accessing non-existent property inside a circular dependency" (Pull #26)
This commit is contained in:
March 7th
2022-04-11 12:53:02 +07:00
parent 5caadfe8da
commit 8688dbac8c
10 changed files with 369 additions and 287 deletions

View File

@@ -1,5 +1,5 @@
## HTTP options:
- Change API v9 to v10
```js
/* If you want to change the API version from v9 to v10, here are the instructions */
const { Client } = require('discord.js-selfbot-v13');
@@ -14,9 +14,4 @@ const client = new Client({
}
}
});
/* Discord fingerprint ??? idk ... */
/**
* const { data } = await axios.get('https://discord.com/api/v9/experiments');
* client.options.http.header['x-fingerprint'] = data.fingerprint
*/
```