mirror of
https://github.com/MinazukiAmane/Tinasha-Bot.git
synced 2025-03-15 12:55:59 +08:00
fix default lyrics
This commit is contained in:
parent
09f8822778
commit
417876306a
@ -76,7 +76,7 @@ async function getLyric({ client, guild, member }, query) {
|
||||
|
||||
if (defaultRes.ok) {
|
||||
lyrics = await defaultRes.json();
|
||||
if (lyrics && (lyrics.lyrics || lyrics.lines)) {
|
||||
if (lyrics) {
|
||||
return createLyricsEmbed(lyrics, member, track);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user