mini update
- ClientUserSettingManager (Discum) - Document (API version, Cookie, ...) - x-super-properties header Request (Discum)
This commit is contained in:
11
DOCUMENT.md
11
DOCUMENT.md
@@ -13,10 +13,17 @@ const client = new Client({
|
||||
version: 10
|
||||
},
|
||||
http: {
|
||||
version: 10
|
||||
version: 10,
|
||||
header: {
|
||||
cookie: '', // If you want to use cookies, here is the place
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
/* Discord fingerprint ??? idk ... */
|
||||
/**
|
||||
* const { data } = await axios.get('https://discord.com/api/v9/experiments');
|
||||
* client.options.http.header['x-fingerprint'] = data.fingerprint
|
||||
*/
|
||||
```
|
||||
|
||||
## Client Settings
|
||||
|
||||
Reference in New Issue
Block a user