mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 05:10:17 +00:00
Update p.js
This commit is contained in:
parent
f23082f035
commit
5eadbd6b95
@ -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, {
|
||||
|
Loading…
Reference in New Issue
Block a user