removed commented lines

This commit is contained in:
Crussader 2021-10-27 10:05:29 +04:00 committed by GitHub
parent 2a81d9d995
commit 9b64e65801
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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