mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-09 02:42:30 -05:00
Update Audio to use RLL 0.11.0rc0 (#5631)
* Replace player.manager to player.node * Try using bot.is_closed instead of get_voice_ws. * Use Shard.is_closed instead of bot.is_closed. * Use RLL PR as dep. * Update audio to use add dep to https://github.com/Cog-Creators/Red-Lavalink/pull/122 * few thing missing * Missing `player.manager.node` -> `player.node` change * Update setup.cfg Co-authored-by: PredaaA <46051820+PredaaA@users.noreply.github.com> Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
@@ -106,7 +106,7 @@ class LavalinkTasks(MixinMeta, metaclass=CompositeMetaClass):
|
||||
bot=self.bot,
|
||||
host=host,
|
||||
password=password,
|
||||
ws_port=port,
|
||||
port=port,
|
||||
timeout=timeout,
|
||||
resume_key=f"Red-Core-Audio-{self.bot.user.id}-{data_manager.instance_name}",
|
||||
secured=secured,
|
||||
|
||||
Reference in New Issue
Block a user