Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Remco authored and Remco committed Mar 23, 2016
1 parent 1a41752 commit 64be34d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/djlogic.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ exports.checkIfAvailable = function(bot, message) {
};

exports.leaveVoice = function(bot, message) {
status = null;
clearTimeout(pretime);
clearTimeout(time);
if (!message.channel.equals(boundChannel)) return;
Expand Down

0 comments on commit 64be34d

Please sign in to comment.