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

Format update

This commit is contained in:
MatteZ02
2019-08-03 10:47:12 +03:00
parent 8c037a2b9a
commit 565ccfd9b6
6 changed files with 4 additions and 16 deletions

View File

@ -39,7 +39,7 @@ module.exports = {
const embed = new RichEmbed()
.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.")
.setFooter("Please provide a number ranging from 1-10 to select one of the search results.")
.setColor("#b50002")
message.channel.send(embed);
try {