1
0
Fork 0
mirror of synced 2024-06-23 08:40:41 +12:00

removed not used variable

This commit is contained in:
Phxntxm 2016-07-30 14:11:42 -05:00
parent d854362304
commit 04a9ce1ce1

View file

@ -72,7 +72,6 @@ class Music:
def __init__(self, bot):
self.bot = bot
self.voice_states = {}
self.max_songs = 10
def get_voice_state(self, server):
state = self.voice_states.get(server.id)