1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-06-16 12:36:01 +00:00

Musix theme update

This commit is contained in:
MatteZ02
2019-08-02 11:42:28 +03:00
parent 3fba5f22db
commit 8fbc83b677
4 changed files with 16 additions and 16 deletions

View File

@ -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, {