diff options
| author | Tobotimus <[email protected]> | 2018-01-06 17:21:56 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2018-01-06 17:23:59 -0500 |
| commit | 3112e1c17e7859adf6d13ed844f4c636b4bc30d8 (patch) | |
| tree | 70d7aafca549a8c245ee4fdab774e1ab5302d531 /discord/opus.py | |
| parent | [commands] Fix MissingRequiredArgument param handling (diff) | |
| download | discord.py-3112e1c17e7859adf6d13ed844f4c636b4bc30d8.tar.xz discord.py-3112e1c17e7859adf6d13ed844f4c636b4bc30d8.zip | |
Add intersphinx
Diffstat (limited to 'discord/opus.py')
| -rw-r--r-- | discord/opus.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/opus.py b/discord/opus.py index 0054da4e..4060f2b7 100644 --- a/discord/opus.py +++ b/discord/opus.py @@ -142,7 +142,7 @@ class OpusError(DiscordException): Attributes ---------- - code : int + code : :class:`int` The error code returned. """ |