diff options
| author | Rapptz <[email protected]> | 2015-12-08 19:37:34 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-12-08 19:37:34 -0500 |
| commit | 72f355bb64e05f6e9cc848445c026bfbbafca3ae (patch) | |
| tree | 98852912e58047f2b086c4f5276f4906a3bd5abe /discord/client.py | |
| parent | Explicitly close responses that don't get read. (diff) | |
| download | discord.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.py | 2 |
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 ------- |