From ca99bb7f9c75d2cabb831740fea59a2abc9c281d Mon Sep 17 00:00:00 2001 From: Matte <51192395+MatteZ02@users.noreply.github.com> Date: Thu, 20 Jun 2019 07:26:09 -0700 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 68dd7731..2800980b 100644 --- a/index.js +++ b/index.js @@ -145,7 +145,7 @@ Please provide a value to select one of the search results ranging from __1-10__ } catch (err) { console.log('Error 1') console.error(err); - return msg.channel.send(':x: No or invalid value entered, cancelling video selection.'); + return msg.channel.send(':x: No or invalid value entered, cancelling song selection.'); } console.log('Start playing') const videoIndex = parseInt(response.first().content);