Add OpusNotLoaded exception and opus.is_loaded utility function.

This commit is contained in:
Rapptz
2015-12-08 19:37:34 -05:00
parent 9e36047ffb
commit 72f355bb64
3 changed files with 36 additions and 3 deletions

View File

@ -1879,6 +1879,8 @@ class Client:
Could not connect to the voice channel in time.
ClientException
You are already connected to a voice channel.
OpusNotLoaded
The opus library has not been loaded.
Returns
-------