Updated music nowplaying
This commit is contained in:
@@ -29,10 +29,23 @@ export default async function nowplaying(interaction: ChatInputCommandInteractio
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const progressBar = queue.node.createProgressBar({
|
||||||
|
leftChar: "▬",
|
||||||
|
rightChar: "▬",
|
||||||
|
separator: "|",
|
||||||
|
indicator: "🔘",
|
||||||
|
timecodes: true,
|
||||||
|
length: 15
|
||||||
|
})
|
||||||
|
|
||||||
await interaction.editReply({
|
await interaction.editReply({
|
||||||
embeds: [{
|
embeds: [{
|
||||||
title: "Now Playing",
|
title: "Now Playing",
|
||||||
description: `[${current.title}](${current.url})`,
|
description: `
|
||||||
|
[${current.title}](${current.url})
|
||||||
|
|
||||||
|
${progressBar}
|
||||||
|
`,
|
||||||
color: embedColor,
|
color: embedColor,
|
||||||
thumbnail: {
|
thumbnail: {
|
||||||
url: current.thumbnail
|
url: current.thumbnail
|
||||||
|
|||||||
Reference in New Issue
Block a user