We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be7df32 commit c09c040Copy full SHA for c09c040
bot/src/main/kotlin/me/duncte123/skybot/commands/music/LyricsCommand.kt
@@ -76,7 +76,6 @@ class LyricsCommand : MusicCommand() {
76
77
loadLyricsFromLavalink(player.link) {
78
if (it == null) {
79
- // TODO: fallback for genius
80
val searchItem = "${playingTrack.info.title} - ${playingTrack.info.author}"
81
82
handleSearch(searchItem, ctx.config) { embed ->
0 commit comments