Skip to content

Commit c09c040

Browse files
committed
derp
1 parent be7df32 commit c09c040

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bot/src/main/kotlin/me/duncte123/skybot/commands/music/LyricsCommand.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ class LyricsCommand : MusicCommand() {
7676

7777
loadLyricsFromLavalink(player.link) {
7878
if (it == null) {
79-
// TODO: fallback for genius
8079
val searchItem = "${playingTrack.info.title} - ${playingTrack.info.author}"
8180

8281
handleSearch(searchItem, ctx.config) { embed ->

0 commit comments

Comments
 (0)