Skip to content
This repository was archived by the owner on Aug 28, 2019. It is now read-only.

Commit e9ff6b4

Browse files
committed
[commands] Fix broken documentation references
1 parent 5c61f2a commit e9ff6b4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

discord/ext/commands/hybrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ class HybridGroup(Group[CogT, P, T]):
429429
Note that application commands groups cannot have callbacks associated with them, so the callback
430430
is only called if it's not invoked as an application command.
431431
432-
Hybrid groups will always have :attr:`invoke_without_command` set to ``True``.
432+
Hybrid groups will always have :attr:`Group.invoke_without_command` set to ``True``.
433433
434434
These are not created manually, instead they are created via the
435435
decorator or functional interface.

docs/ext/commands/api.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,9 @@ Converters
433433
.. autoclass:: discord.ext.commands.CategoryChannelConverter
434434
:members:
435435

436+
.. autoclass:: discord.ext.commands.ForumChannelConverter
437+
:members:
438+
436439
.. autoclass:: discord.ext.commands.InviteConverter
437440
:members:
438441

0 commit comments

Comments
 (0)