Skip to content

Commit

Permalink
Bump note about disabling built-in yt source up.
Browse files Browse the repository at this point in the history
  • Loading branch information
devoxin committed Aug 14, 2024
1 parent c134756 commit ae8fb79
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,19 @@ lavalink:
</details>
Configuring the plugin:
> [!IMPORTANT]
> You must make sure to disable the built-in YouTube source like so:
```yaml
lavalink:
server:
sources:
youtube: false
```
> [!NOTE]
> Existing options, such as `ratelimit` and `youtubePlaylistLoadLimit` will be picked up automatically by the plugin,
> so these don't need changing.
>
```yaml
plugins:
youtube:
Expand Down Expand Up @@ -160,19 +173,6 @@ plugins:
searching: false # Disables the ability to search for videos.
```

> [!IMPORTANT]
> You must make sure to disable the built-in YouTube source like so:
```yaml
lavalink:
server:
sources:
youtube: false
```
> [!NOTE]
> Existing options, such as `ratelimit` and `youtubePlaylistLoadLimit` will be picked up automatically by the plugin,
> so these don't need changing.

## Available Clients
Currently, the following clients are available for use:

Expand Down

0 comments on commit ae8fb79

Please sign in to comment.