Compare commits
No commits in common. "6991ff06f44d74c9c9bc3b7b87c03bad82c2f617" and "9bffdebe2516389ba2a5be8657ed197b2c3f49ee" have entirely different histories.
6991ff06f4
...
9bffdebe25
|
|
@ -20,7 +20,7 @@ if not discord.version_info.major >= 2:
|
||||||
"using 'pip install discord.py'",
|
"using 'pip install discord.py'",
|
||||||
)
|
)
|
||||||
|
|
||||||
__version__ = "2.11.0"
|
__version__ = "2.10.0"
|
||||||
__title__ = "pomice"
|
__title__ = "pomice"
|
||||||
__author__ = "cloudwithax"
|
__author__ = "cloudwithax"
|
||||||
__license__ = "GPL-3.0"
|
__license__ = "GPL-3.0"
|
||||||
|
|
|
||||||
|
|
@ -313,9 +313,6 @@ class Player(VoiceProtocol):
|
||||||
"sessionId": state["sessionId"],
|
"sessionId": state["sessionId"],
|
||||||
}
|
}
|
||||||
|
|
||||||
if self._node._version >= LavalinkVersion(4, 2, 0) and self.channel:
|
|
||||||
data["channelId"] = str(self.channel.id)
|
|
||||||
|
|
||||||
await self._node.send(
|
await self._node.send(
|
||||||
method="PATCH",
|
method="PATCH",
|
||||||
path=self._player_endpoint_uri,
|
path=self._player_endpoint_uri,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue