Skip to content

Commit

Permalink
Fixed note, caution, warning blocks again.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexInCube committed Jul 6, 2024
1 parent 1321681 commit 48612b0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions wiki/API-Configure.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[!CAUTION]
Don't share this API data with anyone because you can get compromised.
If this happens, reset the tokens and get them again.
> [!CAUTION]
> Don't share this API data with anyone because you can get compromised.
> If this happens, reset the tokens and get them again.
## Discord Developer Portal (required)

Expand All @@ -26,10 +26,10 @@ Preferable to provide cookies for YouTube.
This will allow you to play 18+ videos and bypass YouTube rate limiting error (429 Error).
I highly recommend that you create a new Google account from which you can get the cookie.

[!WARNING]
Time to time, cookies are resets by YouTube, so you need to retrieve it again.
It's so annoying, but hasn't figured out a way to automate the cookie retrieval process.
If you know workaround, please create the [issue](https://github.com/AlexInCube/AlCoTest/issues/new/choose)
> [!WARNING]
> Time to time, cookies are resets by YouTube, so you need to retrieve it again.
> It's so annoying, but hasn't figured out a way to automate the cookie retrieval process.
> If you know workaround, please create the [issue](https://github.com/AlexInCube/AlCoTest/issues/new/choose)
1. Install an extension for extracting cookie, [EditThisCookie](https://www.editthiscookie.com/blog/2014/03/install-editthiscookie/)
2. Go to [YouTube](https://www.youtube.com/)
Expand All @@ -40,8 +40,8 @@ If you know workaround, please create the [issue](https://github.com/AlexInCube/
## Yandex Music (optional)
If you do not provide token and UID, Yandex Music will not work at all.

[!WARNING]
If your bot is outside Russia VDS, you must have a Yandex Plus subscription to play songs.
> [!WARNING]
> If your bot is outside Russia VDS, you must have a Yandex Plus subscription to play songs.
### Token
1. Login into [Yandex](https://passport.yandex.ru/auth) account.
Expand All @@ -57,8 +57,8 @@ This must look like this ![yandex-extension](./images/yandex-music-extension.png
## Spotify (optional)
Spotify Module can work without provided data, but for more stability better provide custom application data.

[!WARNING]
If you want to fetch playlist with more than 100 songs, this API data is required!
> [!WARNING]
> If you want to fetch playlist with more than 100 songs, this API data is required!
1. Login in [Spotify Developer Dashboard](https://developer.spotify.com/dashboard)
2. Press "Create app" button![Spotify Dev Main](images/spotify-dev-main.png)
Expand Down
4 changes: 2 additions & 2 deletions wiki/Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Also you need retrieve token, client id and enable intents on Discord Developer
| `BOT_SOUNDCLOUD_TOKEN` | | Provide to fetch more data with SoundCloud Go+ account ||

## 🐋 Run in Docker (recommended)
[!NOTE]
Using Docker provides the auto-update feature
> [!NOTE]
> Using Docker provides the auto-update feature
- Install [Docker](https://www.docker.com/get-started/)
- Copy docker-compose.yml, Dockerfile in empty folder
Expand Down

0 comments on commit 48612b0

Please sign in to comment.