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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user