removed commented lines
This commit is contained in:
parent
2a81d9d995
commit
9b64e65801
|
|
@ -37,7 +37,6 @@ class Player(VoiceProtocol):
|
|||
return self
|
||||
|
||||
def __init__(self, client: ClientType = None, channel: VoiceChannel = None, **kwargs):
|
||||
# super().__init__(client=client, channel=channel)
|
||||
|
||||
self.client = client
|
||||
self._bot = client
|
||||
|
|
|
|||
Loading…
Reference in New Issue