Add intersphinx

This commit is contained in:
Tobotimus
2018-01-06 17:21:56 -05:00
committed by Rapptz
parent 0ef866a704
commit 3112e1c17e
37 changed files with 267 additions and 268 deletions

View File

@ -130,7 +130,7 @@ class CommandOnCooldown(CommandError):
cooldown: Cooldown
A class with attributes ``rate``, ``per``, and ``type`` similar to
the :func:`.cooldown` decorator.
retry_after: float
retry_after: :class:`float`
The amount of seconds to wait before you can retry again.
"""
def __init__(self, cooldown, retry_after):
@ -144,7 +144,7 @@ class MissingPermissions(CheckFailure):
Attributes
-----------
missing_perms: list
missing_perms: :class:`list`
The required permissions that are missing.
"""
def __init__(self, missing_perms, *args):
@ -164,7 +164,7 @@ class BotMissingPermissions(CheckFailure):
Attributes
-----------
missing_perms: list
missing_perms: :class:`list`
The required permissions that are missing.
"""
def __init__(self, missing_perms, *args):