Skip to content

Commit

Permalink
Changed playing icon
Browse files Browse the repository at this point in the history
  • Loading branch information
TannerGabriel committed Sep 24, 2021
1 parent c8e2fdd commit 4856063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -27,7 +27,7 @@ player.on('connectionError', (queue, error) => {
});

player.on('trackStart', (queue, track) => {
queue.metadata.send(`🎶 | Started playing: **${track.title}** in **${queue.connection.channel.name}**!`);
queue.metadata.send(` | Started playing: **${track.title}** in **${queue.connection.channel.name}**!`);
});

player.on('trackAdd', (queue, track) => {
Expand Down

0 comments on commit 4856063

Please sign in to comment.