Skip to content

Commit

Permalink
Add link to lyrics/chords embed
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed May 8, 2024
1 parent 8971433 commit dfdc46d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/D2Commands/Music/LyricsCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public class LyricsCommand: StringCommand {
}.chunks(ofLength: 6).enumerated().map { (i, fields) in
Embed(
title: "\(self.showChords ? "Chords" : "Lyrics") for `\(tab.songName ?? input)` by `\(tab.artistName ?? "?")` (Part \(i + 1))",
url: url,
fields: Array(fields)
)
}
Expand Down

0 comments on commit dfdc46d

Please sign in to comment.