1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-06-15 17:45:59 +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

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);