Browse Source
[docs] remove unresolved doc refs, fix attribute ref
pull/5801/head
Nadir Chowdhury
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
1 additions and
7 deletions
-
discord/ext/commands/core.py
-
docs/ext/commands/api.rst
|
@ -1035,7 +1035,7 @@ class Command(_BaseCommand): |
|
|
"""|coro| |
|
|
"""|coro| |
|
|
|
|
|
|
|
|
Checks if the command can be executed by checking all the predicates |
|
|
Checks if the command can be executed by checking all the predicates |
|
|
inside the :attr:`.checks` attribute. This also checks whether the |
|
|
inside the :attr:`checks` attribute. This also checks whether the |
|
|
command is disabled. |
|
|
command is disabled. |
|
|
|
|
|
|
|
|
.. versionchanged:: 1.3 |
|
|
.. versionchanged:: 1.3 |
|
|
|
@ -353,15 +353,9 @@ Exceptions |
|
|
.. autoexception:: discord.ext.commands.ChannelNotReadable |
|
|
.. autoexception:: discord.ext.commands.ChannelNotReadable |
|
|
:members: |
|
|
:members: |
|
|
|
|
|
|
|
|
.. autoexception:: discord.ext.commands.InvalidColour |
|
|
|
|
|
:members: |
|
|
|
|
|
|
|
|
|
|
|
.. autoexception:: discord.ext.commands.RoleNotFound |
|
|
.. autoexception:: discord.ext.commands.RoleNotFound |
|
|
:members: |
|
|
:members: |
|
|
|
|
|
|
|
|
.. autoexception:: discord.ext.commands.InvalidInvite |
|
|
|
|
|
:members: |
|
|
|
|
|
|
|
|
|
|
|
.. autoexception:: discord.ext.commands.EmojiNotFound |
|
|
.. autoexception:: discord.ext.commands.EmojiNotFound |
|
|
:members: |
|
|
:members: |
|
|
|
|
|
|
|
|