Skip to content

Commit

Permalink
bender quote
Browse files Browse the repository at this point in the history
  • Loading branch information
wootosmash committed Apr 17, 2019
1 parent 1dc7eed commit 23961b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/models/Server.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ class Server {
bot.joinVoiceChannel(channel_id, function (error, events) {
if (error) {
Common.error(error);
server.connecting = false;
}
else {
server.setVoiceChannel(channel_id);
Expand All @@ -251,9 +252,6 @@ class Server {
});
};




// permit another user to speak
permit(snowflake_id) {
this.resetNeglectTimeout();
Expand Down

0 comments on commit 23961b6

Please sign in to comment.