From 9bec041423799f81b63cd00c54526a2253fc94f3 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Tue, 8 Dec 2015 19:47:47 -0500 Subject: Documentation fixes for opus related import errors. --- docs/api.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/api.rst b/docs/api.rst index 05d84c31..68f814d1 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -31,14 +31,14 @@ Voice Opus Library ~~~~~~~~~~~~~ -.. autofunction:: opus.load_opus +.. autofunction:: discord.opus.load_opus -.. autofunction:: opus.is_loaded +.. autofunction:: discord.opus.is_loaded .. _discord-api-events: Event Reference -~~~~~~~~~~~~~~~~ +--------------- This page outlines the different types of events listened by :class:`Client`. @@ -459,6 +459,6 @@ The following exceptions are thrown by the library. .. autoexception:: GatewayNotFound -.. autoexception:: opus.OpusError +.. autoexception:: discord.opus.OpusError -.. autoexception:: opus.OpusNotLoaded +.. autoexception:: discord.opus.OpusNotLoaded -- cgit v1.2.3