Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #6 from Pycord-Development/fix
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
Lulalaby authored Nov 1, 2021
2 parents 54c967c + ab551ab commit 2e236ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pycord/wavelink/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Player(discord.VoiceProtocol):
@commands.command()
async def connect(self, channel: discord.VoiceChannel):
voice_client = await channel.connect(cls=wavelink.Player)
voice_client = await channel.connect(cls=pycord.wavelink.Player)
.. warning::
Expand Down Expand Up @@ -216,7 +216,7 @@ async def play(
Returns
-------
:class:`wavelink.abc.Playable`
:class:`pycord.wavelink.abc.Playable`
The track that is now playing.
"""
if replace or not self.is_playing():
Expand Down

0 comments on commit 2e236ed

Please sign in to comment.