[V3 Audio] Harden Lavalink boot sequence (#1498)

* Do a bit of hardening

* Loop not asyncio

* Don't use new asyncio coolness

* I hate you all

* Muck up everything

* Fix version comparisons
This commit is contained in:
Will
2018-04-15 18:01:56 -04:00
committed by palmtree5
parent d9fa875d84
commit 5be967e8c5
6 changed files with 122 additions and 60 deletions

View File

@@ -62,10 +62,11 @@ author = 'Cog Creators'
# |version| and |release|, also used in various other places throughout the
# built documents.
#
from redbot.core import __version__
# The short X.Y version.
version = '3.0.0b11'
version = __version__
# The full version, including alpha/beta/rc tags.
release = '3.0.0b11'
release = __version__
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.