[V3 Audio] Update audio to use Red-Lavalink (#1440)

* [V3 Audio] Update audio for Red-Lavalink

* Update requirements for new library

* Fix logic for connect time storage for audiostats

Only store time when connecting to the voice channel.
This commit is contained in:
aikaterna
2018-03-20 15:28:31 -07:00
committed by Kowlin
parent f83e3cc3e7
commit 2e9a0de4a1
3 changed files with 306 additions and 285 deletions

View File

@@ -130,6 +130,6 @@ setup(
],
'mongo': ['motor'],
'docs': ['sphinx', 'sphinxcontrib-asyncio', 'sphinx_rtd_theme'],
'voice': ['PyNaCl']
'voice': ['red-lavalink>=0.0.4']
}
)