Feat: Author in music stuff #75
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ export default {
|
|||
const title = queue.current?.title;
|
||||
if (title) {
|
||||
try {
|
||||
data = await client.player.lyrics.search(title);
|
||||
data = await client.player.lyrics.search(title + " " + queue.current.author);
|
||||
} catch {
|
||||
return await interaction.followUp(`❌ | ${loc.get("c_lyrics2")} \`${title}\``);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue