[V3 Audio] Empty channel disconnect setting (#1832)

* [V3 Audio] Empty channel disconnect setting

* [V3 Audio] Small fixes

* [V3 Audio] Remove unused variable

* [V3 Audio] Timer task
This commit is contained in:
aikaterna
2018-06-09 18:55:28 -07:00
committed by Will
parent 470521f7c8
commit 3759fce090
2 changed files with 65 additions and 9 deletions

View File

@@ -53,4 +53,5 @@ async def setup(bot: commands.Bot):
await start_lavalink_server(bot.loop)
bot.add_cog(cog)
bot.loop.create_task(cog.disconnect_timer())
bot.loop.create_task(cog.init_config())