From 5eadbd6b954f613bb06877fbc3216767bf1bf94d Mon Sep 17 00:00:00 2001 From: Matte <51192395+MatteZ02@users.noreply.github.com> Date: Fri, 2 Aug 2019 20:23:40 +0300 Subject: [PATCH] Update p.js --- commands/p.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/p.js b/commands/p.js index 989c2414..2f4af726 100644 --- a/commands/p.js +++ b/commands/p.js @@ -39,7 +39,7 @@ module.exports = { .setTitle("__Song Selection__") .setDescription(`${videos.map(video2 => `**${++index}** \`${video2.title}\` `).join('\n')}`) .setFooter("Please provide a number ranging from __1-10__ to select one of the search results.") - .setColor("#2780cd") + .setColor("#b50002") message.channel.send(embed); try { var response = await message.channel.awaitMessages(message2 => message2.content > 0 && message2.content < 11, {