This commit is contained in:
Snowflake107 2021-04-21 11:08:37 +05:45
parent d2bb3087a6
commit 928ab4214b
2 changed files with 4 additions and 4 deletions

View file

@ -108,7 +108,7 @@ These bots are made by the community, they can help you build your own!
## FAQ
### How to use cookies?
### How to use cookies
```js
const player = new Player(client, {
@ -122,7 +122,7 @@ const player = new Player(client, {
});
```
### How to use custom proxies?
### How to use custom proxies
```js
const HttpsProxyAgent = require("https-proxy-agent");

View file

@ -108,7 +108,7 @@ These bots are made by the community, they can help you build your own!
## FAQ
### How to use cookies?
### How to use cookies
```js
const player = new Player(client, {
@ -122,7 +122,7 @@ const player = new Player(client, {
});
```
### How to use custom proxies?
### How to use custom proxies
```js
const HttpsProxyAgent = require("https-proxy-agent");