Skip to content

Commit ae8fb79

Browse files
committed
Bump note about disabling built-in yt source up.
1 parent c134756 commit ae8fb79

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,19 @@ lavalink:
125125
</details>
126126
127127
Configuring the plugin:
128+
> [!IMPORTANT]
129+
> You must make sure to disable the built-in YouTube source like so:
130+
```yaml
131+
lavalink:
132+
server:
133+
sources:
134+
youtube: false
135+
```
136+
137+
> [!NOTE]
138+
> Existing options, such as `ratelimit` and `youtubePlaylistLoadLimit` will be picked up automatically by the plugin,
139+
> so these don't need changing.
140+
>
128141
```yaml
129142
plugins:
130143
youtube:
@@ -160,19 +173,6 @@ plugins:
160173
searching: false # Disables the ability to search for videos.
161174
```
162175

163-
> [!IMPORTANT]
164-
> You must make sure to disable the built-in YouTube source like so:
165-
```yaml
166-
lavalink:
167-
server:
168-
sources:
169-
youtube: false
170-
```
171-
172-
> [!NOTE]
173-
> Existing options, such as `ratelimit` and `youtubePlaylistLoadLimit` will be picked up automatically by the plugin,
174-
> so these don't need changing.
175-
176176
## Available Clients
177177
Currently, the following clients are available for use:
178178

0 commit comments

Comments
 (0)