Update player.py
This commit is contained in:
parent
4c2e35e56e
commit
91e8922435
|
|
@ -22,6 +22,9 @@ class BasePlayer(VoiceProtocol):
|
|||
def __call__(self, client: discord.Client, channel: VoiceChannel):
|
||||
self.client: discord.Client = client
|
||||
self.channel : VoiceChannel = channel
|
||||
|
||||
return self
|
||||
|
||||
|
||||
def __init__(self, client : Type[Client] = MISSING, channel: VoiceChannel = MISSING):
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue