i may be stupid
This commit is contained in:
parent
57827e6877
commit
0095643dbf
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class QueueCommand extends MusicCommand {
|
|||
value: player.loop ? "Yes" : "No"
|
||||
}, {
|
||||
name: "🌐 Node",
|
||||
value: player.node ? player.node.name : "Unknown"
|
||||
value: player.player.node ? player.player.node.name : "Unknown"
|
||||
}, {
|
||||
name: "🗒️ Queue",
|
||||
value: value !== "del" ? value.join("\n") : "There's nothing in the queue!"
|
||||
|
|
Loading…
Reference in a new issue