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
multiple-amethyst
multiple-amethyst•2y ago
you mean moonlink.js ?
yappiest-sapphire
yappiest-sapphireOP•2y ago
Both you can say
multiple-amethyst
multiple-amethyst•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}`,
});
yappiest-sapphire
yappiest-sapphireOP•2y ago
Okay thanks, also is it possible to add extra filters like reverb, if yes, how?
multiple-amethyst
multiple-amethyst•2y ago
I don't know this
yappiest-sapphire
yappiest-sapphireOP•2y ago
No worries, i figured out its not possible

Did you find this page helpful?