added movesong and shuffle, will improve on them
This commit is contained in:
parent
5d2e02221b
commit
c968292338
3 changed files with 80 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue