From 7a59094aa3a12682f92d4b1afb6af02354053acb Mon Sep 17 00:00:00 2001 From: Androz2091 Date: Sun, 25 Apr 2021 11:18:56 +0200 Subject: [PATCH] :pencil: Update advanced section of README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 058ccd1..3207ead 100644 --- a/README.md +++ b/README.md @@ -106,9 +106,9 @@ These bots are made by the community, they can help you build your own! * [Discord-Music](https://github.com/inhydrox/discord-music) by [inhydrox](https://github.com/inhydrox) * [Music-bot](https://github.com/ZerioDev/Music-bot) by [ZerioDev](https://github.com/ZerioDev) -## FAQ +## Advanced -### How to use cookies +### Use cookies ```js const player = new Player(client, { @@ -122,7 +122,7 @@ const player = new Player(client, { }); ``` -### How to use custom proxies +### Use custom proxies ```js const HttpsProxyAgent = require("https-proxy-agent");