mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 05:10:17 +00:00
Update index.js
This commit is contained in:
parent
e5df70d320
commit
60db516870
2
index.js
2
index.js
@ -113,7 +113,7 @@ client.on('message', async msg => {
|
||||
msg.channel.send(`
|
||||
__**Song selection:**__
|
||||
${videos.map(video2 => `**${++index} -** ${video2.title}`).join('\n')}
|
||||
Please provide a value to select one of the search results ranging from 1-10.
|
||||
Please provide a value to select one of the search results ranging from __1-10__.
|
||||
`);
|
||||
// eslint-disable-next-line max-depth
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user