From 72f355bb64e05f6e9cc848445c026bfbbafca3ae Mon Sep 17 00:00:00 2001 From: Rapptz Date: Tue, 8 Dec 2015 19:37:34 -0500 Subject: Add OpusNotLoaded exception and opus.is_loaded utility function. --- discord/client.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'discord/client.py') 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 ------- -- cgit v1.2.3