1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-19 22:11:55 +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) {
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);