1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 04:31:56 +00:00

Update index.js

This commit is contained in:
MatteZ02 2019-05-30 21:14:31 +03:00
parent e5df70d320
commit 60db516870

View File

@ -113,7 +113,7 @@ client.on('message', async msg => {
msg.channel.send(` msg.channel.send(`
__**Song selection:**__ __**Song selection:**__
${videos.map(video2 => `**${++index} -** ${video2.title}`).join('\n')} ${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 // eslint-disable-next-line max-depth
try { try {