Skip to content

Commit

Permalink
Fixes overcompensation for possible extra triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
YeahImRose committed Mar 20, 2018
1 parent 68c7b50 commit 6c7ba0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions greet/greet.py
Expand Up @@ -192,8 +192,6 @@ async def on_voice_state_update(self, before, after):
return
if before.voice.voice_channel == after.voice.voice_channel:
return
if after.voice.voice_channel != self.bot.voice_client_in(server):
return
#if before.voice_channel == after.voice_channel:
# return
if after.id == self.bot.user.id:
Expand Down

0 comments on commit 6c7ba0a

Please sign in to comment.