diff --git a/disco/voice/player.py b/disco/voice/player.py index b442b56..9abe075 100644 --- a/disco/voice/player.py +++ b/disco/voice/player.py @@ -82,8 +82,8 @@ class Player(object): self.paused.wait() gevent.sleep(2) self.client.set_speaking(True) - self.start = time.time() - self.loops = 0 + start = time.time() + loops = 0 if self.client.state == VoiceState.DISCONNECTED: return