Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
Auto stash before merge of "master" and "origin/master"
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsshieh committed Mar 12, 2018
1 parent 9056d09 commit 37e5396
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Plugins/Music.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ exports.play = async (bot, msg, track) => {
if (bot.queue.get(msg.guild.id)[0]) {
player.play(bot.queue.get(msg.guild.id).shift());
}
else {
player.leave(msg.guild.id);
}
});
}
else {
Expand Down

0 comments on commit 37e5396

Please sign in to comment.