mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 18:27:59 -05:00
[V3 Audio] Bump timeout connecting to Lavalink (#1474)
* [V3 Audio] Bump timeout connecting to Lavalink Lavalink server can take 20-35 seconds to start, bumped to 50 seconds for good measure. * Update audio.py Added proper timeout * Update __init__.py Removed old timeout
This commit is contained in:
@@ -50,7 +50,6 @@ async def setup(bot: commands.Bot):
|
||||
await start_lavalink_server(bot.loop)
|
||||
|
||||
async def _finish():
|
||||
await asyncio.sleep(10)
|
||||
await cog.init_config()
|
||||
bot.add_cog(cog)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user