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

Did you find this page helpful?