mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 12:18:59 +00:00
[commands] Fix broken documentation references
This commit is contained in:
parent
5c61f2af48
commit
e9ff6b4be8
@ -429,7 +429,7 @@ class HybridGroup(Group[CogT, P, T]):
|
|||||||
Note that application commands groups cannot have callbacks associated with them, so the callback
|
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.
|
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
|
These are not created manually, instead they are created via the
|
||||||
decorator or functional interface.
|
decorator or functional interface.
|
||||||
|
@ -433,6 +433,9 @@ Converters
|
|||||||
.. autoclass:: discord.ext.commands.CategoryChannelConverter
|
.. autoclass:: discord.ext.commands.CategoryChannelConverter
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
.. autoclass:: discord.ext.commands.ForumChannelConverter
|
||||||
|
:members:
|
||||||
|
|
||||||
.. autoclass:: discord.ext.commands.InviteConverter
|
.. autoclass:: discord.ext.commands.InviteConverter
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user