Browse Source

[commands] Fix broken documentation references

pull/7888/head
Rapptz 3 years ago
parent
commit
e9ff6b4be8
  1. 2
      discord/ext/commands/hybrid.py
  2. 3
      docs/ext/commands/api.rst

2
discord/ext/commands/hybrid.py

@ -429,7 +429,7 @@ class HybridGroup(Group[CogT, P, T]):
Note that application commands groups cannot have callbacks associated with them, so the callback
is only called if it's not invoked as an application command.
Hybrid groups will always have :attr:`invoke_without_command` set to ``True``.
Hybrid groups will always have :attr:`Group.invoke_without_command` set to ``True``.
These are not created manually, instead they are created via the
decorator or functional interface.

3
docs/ext/commands/api.rst

@ -433,6 +433,9 @@ Converters
.. autoclass:: discord.ext.commands.CategoryChannelConverter
:members:
.. autoclass:: discord.ext.commands.ForumChannelConverter
:members:
.. autoclass:: discord.ext.commands.InviteConverter
:members:

Loading…
Cancel
Save