i may be stupid

This commit is contained in:
Essem 2022-07-22 19:09:18 -05:00
parent 57827e6877
commit 0095643dbf
No known key found for this signature in database
GPG Key ID: 7D497397CC3A2A8C
1 changed files with 1 additions and 1 deletions

View File

@ -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!"