File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,19 @@ lavalink:
125125</details>
126126
127127Configuring 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
129142plugins:
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
177177Currently, the following clients are available for use :
178178
You can’t perform that action at this time.
0 commit comments