Change default music search

Is it possible to switch from YouTube default to Soundcloud? I am new to Lavalink so unsure if Lavalink server is the one I should be asking
6 Replies
conscious-sapphire
conscious-sapphire•2y ago
you mean moonlink.js ?
generous-apricot
generous-apricotOP•2y ago
Both you can say
conscious-sapphire
conscious-sapphire•2y ago
You mean text search ? If it is a text search, you can try
let res = await client.moon.search({
"source": "scsearch",
"query": `${query}`,
});
let res = await client.moon.search({
"source": "scsearch",
"query": `${query}`,
});
generous-apricot
generous-apricotOP•2y ago
Okay thanks, also is it possible to add extra filters like reverb, if yes, how?
conscious-sapphire
conscious-sapphire•2y ago
I don't know this
generous-apricot
generous-apricotOP•2y ago
No worries, i figured out its not possible

Did you find this page helpful?