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

Did you find this page helpful?