Added more node name fallbacks, move slash command acknowledge to beginning of image command
This commit is contained in:
parent
0095643dbf
commit
df43f9eb9d
6 changed files with 9 additions and 7 deletions
|
@ -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)}`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue