Skip to content

Commit

Permalink
No longer need custom Player.move_to
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachaa-Thanasius committed Nov 27, 2023
1 parent 42bbee8 commit c02e8ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions musicbot/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,6 @@ def __init__(
self.autoplay = wavelink.AutoPlayMode.partial
self.queue: MusicQueue = MusicQueue() # type: ignore # overridden symbol

async def move_to(self, channel: discord.abc.Snowflake | None) -> None:
await self.channel.guild.change_voice_state(channel=channel)


class PageNumEntryModal(discord.ui.Modal):
"""A discord modal that allows users to enter a page number to jump to in the view that references this.
Expand Down

0 comments on commit c02e8ca

Please sign in to comment.