Skip to content

Commit

Permalink
hotfix for !now
Browse files Browse the repository at this point in the history
  • Loading branch information
Olaussen committed May 19, 2020
1 parent d7599de commit 2ae2053
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot/RythmPlaylist.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ class RythmPlaylist {
const guild = this.guilds.get(guildid)
if (guild.queue && guild.queue.current) {
let song = guild.queue.current
const estimatedtime = HELPERS.formattedTime(song.length)
let embed = new MessageEmbed()
let text = `:notes: **Tittel:** ${song.title}
:beginner: **Youtube link:** ${song.url}
Expand Down

0 comments on commit 2ae2053

Please sign in to comment.