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

Update index.js

This commit is contained in:
Matte 2019-06-20 07:26:09 -07:00 committed by GitHub
parent 5400f0d14f
commit ca99bb7f9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,7 +145,7 @@ Please provide a value to select one of the search results ranging from __1-10__
} catch (err) { } catch (err) {
console.log('Error 1') console.log('Error 1')
console.error(err); 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') console.log('Start playing')
const videoIndex = parseInt(response.first().content); const videoIndex = parseInt(response.first().content);