Added more node name fallbacks, move slash command acknowledge to beginning of image command

This commit is contained in:
Essem 2022-07-22 20:03:36 -05:00
parent 0095643dbf
commit df43f9eb9d
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
6 changed files with 9 additions and 7 deletions

View file

@ -147,7 +147,7 @@ export async function nextSong(client, options, connection, track, info, music,
},
{
name: "🌐 Node:",
value: connection.node.name
value: connection.node ? connection.node.name : "Unknown"
},
{
name: `${"▬".repeat(parts)}🔘${"▬".repeat(10 - parts)}`,