mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 18:32:32 -05:00
Cleanup [p]volume and fix infinite retrying in autoplay (#5045)
* This PR depends on Part 2 due to new store value - cleanup of [p]volume - a fix for infinite retrying * update `[p]volume` help * Update controller.py * Update redbot/cogs/audio/core/commands/controller.py meh still hardcoded in RLL .. will be removed in 0.9 Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com> * Update redbot/cogs/audio/core/commands/controller.py Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
@@ -200,6 +200,7 @@ class AudioEvents(MixinMeta, metaclass=CompositeMetaClass):
|
||||
await asyncio.sleep(0.1)
|
||||
if tries > 1000:
|
||||
return
|
||||
tries += 1
|
||||
|
||||
if notify_channel and not player.fetch("autoplay_notified", False):
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user