diff options
Diffstat (limited to 'commands/voice/queue.js')
| -rw-r--r-- | commands/voice/queue.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/voice/queue.js b/commands/voice/queue.js index abc4b9b..ac9c236 100644 --- a/commands/voice/queue.js +++ b/commands/voice/queue.js @@ -43,7 +43,7 @@ module.exports = class QueueVoice extends Command { .setTitle('Soundtrack Queue ' + emoji.random()); for (let i = 0; i < titleArray.length; i++) { queueEmbed - .addField(``, `${i + 1}: ` + `${titleArray[i]}`) + .addField(``, `**${i + 1}**: ` + `${titleArray[i]}`) .setFooter(`Bot developed and administrated by sin#1337.`, this.client.users.cache.get('217348698294714370').avatarURL()); } return msg.say(queueEmbed); |