From 9b64e658013fa184b569eaf0a561e7981b684a82 Mon Sep 17 00:00:00 2001 From: Crussader <75786691+Crussader@users.noreply.github.com> Date: Wed, 27 Oct 2021 10:05:29 +0400 Subject: [PATCH] removed commented lines --- pomice/player.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pomice/player.py b/pomice/player.py index 8409612..281e96b 100644 --- a/pomice/player.py +++ b/pomice/player.py @@ -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