Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomato6966 authored Sep 15, 2021
1 parent 88c54f8 commit 9481486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/distubeEvent.js
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ module.exports = (client) => {
else djs.slice(0, 15).join(", ");
if(!newTrack) return new MessageEmbed().setColor(ee.wrongcolor).setTitle("NO SONG FOUND?!?!")
var embed = new MessageEmbed().setColor(ee.color)
.setDescription(`See the [Queue on the **DASHBOARD** Live!](http://dashboard.musicium.eu/queue/${newQueue.id})`)
.setDescription(`See the [Queue on the **DASHBOARD** Live!](${require("../dashboard/settings.json").website.domain}/queue/${newQueue.id})`)
.addField(`💡 Requested by:`, `>>> ${newTrack.user}`, true)
.addField(`⏱ Duration:`, `>>> \`${newQueue.formattedCurrentTime} / ${newTrack.formattedDuration}\``, true)
.addField(`🌀 Queue:`, `>>> \`${newQueue.songs.length} song(s)\`\n\`${newQueue.formattedDuration}\``, true)
Expand Down

0 comments on commit 9481486

Please sign in to comment.