show longer lyrics

This commit is contained in:
derpystuff 2023-03-03 20:11:52 +01:00
parent 8f8d3db252
commit 7a563b5fb8

View file

@ -65,11 +65,9 @@ module.exports = {
} }
} }
} else { } else {
fields.push({ let message = createLyricsPage(context, search, [])
name: "[Lyrics]", message.description = search.body.lyrics.substr(0, 2048)
value: search.body.lyrics.substr(0,1024), return editOrReply(context, message)
inline: false
});
} }
if(fields.length > 3){ if(fields.length > 3){