From c0651f1ba10c9eaa81ce90e5fff78877f8d5a03b Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Wed, 31 Jul 2019 09:55: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 072da8c7..f9d6af89 100644 --- a/index.js +++ b/index.js @@ -126,7 +126,7 @@ Please provide a value to select one of the search results ranging from __1-10__ errors: ['time'] }); } catch (err) { - return msg.channel.send(':x: No or invalid value entered, cancelling song selection.'); + return msg.channel.send(':x: Cancelling song selection.'); } const videoIndex = parseInt(response.first().content); var video = await youtube.getVideoByID(videos[videoIndex - 1].id);