remove unused line

This commit is contained in:
VP 2021-10-20 22:31:24 +03:00
parent c782b718cb
commit 5d6c50f11e
1 changed files with 0 additions and 2 deletions

View File

@ -36,8 +36,6 @@ class Player(VoiceProtocol):
return self return self
def __init__(self, client: ClientType = None, channel: VoiceChannel = None, **kwargs): def __init__(self, client: ClientType = None, channel: VoiceChannel = None, **kwargs):
# super().__init__(client=client, channel=channel)
self.client = client self.client = client
self._bot = client self._bot = client
self.channel = channel self.channel = channel