mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 05:10:17 +00:00
Update index.js
This commit is contained in:
parent
5400f0d14f
commit
ca99bb7f9c
2
index.js
2
index.js
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user