added movesong and shuffle, will improve on them

This commit is contained in:
Emily 2020-04-22 01:05:33 +10:00
parent 5d2e02221b
commit c968292338
3 changed files with 80 additions and 6 deletions

View file

@ -162,7 +162,7 @@ exports.play = async function (client, message, query, ignoreQueue) {
guild.queue.push({ video: video, requestedBy: message.author })
}
// Figure out if the bot should add it to queue or play it right now
// Figure out if the bot should add it to queue or play it right now
if (guild.playing) {
message.reply('added **' + video.title + '** to the queue')
} else {