aboutsummaryrefslogtreecommitdiff
path: root/discord/client.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2015-12-08 19:37:34 -0500
committerRapptz <[email protected]>2015-12-08 19:37:34 -0500
commit72f355bb64e05f6e9cc848445c026bfbbafca3ae (patch)
tree98852912e58047f2b086c4f5276f4906a3bd5abe /discord/client.py
parentExplicitly close responses that don't get read. (diff)
downloaddiscord.py-72f355bb64e05f6e9cc848445c026bfbbafca3ae.tar.xz
discord.py-72f355bb64e05f6e9cc848445c026bfbbafca3ae.zip
Add OpusNotLoaded exception and opus.is_loaded utility function.
Diffstat (limited to 'discord/client.py')
-rw-r--r--discord/client.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/discord/client.py b/discord/client.py
index 17263471..ff5ec16f 100644
--- a/discord/client.py
+++ b/discord/client.py
@@ -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
-------