From 60db516870b6e9de27458d939f7ed34141c50148 Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Thu, 30 May 2019 21:14:31 +0300 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 8564ae1d..26a957c1 100644 --- a/index.js +++ b/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 {