diff --git a/wavelink/player.py b/wavelink/player.py index c8870ddd..6d0fb59a 100644 --- a/wavelink/player.py +++ b/wavelink/player.py @@ -556,7 +556,7 @@ async def move_to( You tried to connect this player without an appropriate guild. """ if not self.guild: - raise InvalidChannelStateException(f"Player tried to move without a valid guild.") + raise InvalidChannelStateException("Player tried to move without a valid guild.") self._connection_event.clear() voice: discord.VoiceState | None = self.guild.me.voice