Browse Source

[docs] remove unresolved doc refs, fix attribute ref

pull/5801/head
Nadir Chowdhury 5 years ago
committed by GitHub
parent
commit
367c4b5fd2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/ext/commands/core.py
  2. 6
      docs/ext/commands/api.rst

2
discord/ext/commands/core.py

@ -1035,7 +1035,7 @@ class Command(_BaseCommand):
"""|coro|
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.
.. versionchanged:: 1.3

6
docs/ext/commands/api.rst

@ -353,15 +353,9 @@ Exceptions
.. autoexception:: discord.ext.commands.ChannelNotReadable
:members:
.. autoexception:: discord.ext.commands.InvalidColour
:members:
.. autoexception:: discord.ext.commands.RoleNotFound
:members:
.. autoexception:: discord.ext.commands.InvalidInvite
:members:
.. autoexception:: discord.ext.commands.EmojiNotFound
:members:

Loading…
Cancel
Save