From e9ff6b4be835dad9b1ea30d327b1823af7951e24 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Wed, 13 Apr 2022 18:49:39 -0400 Subject: [PATCH] [commands] Fix broken documentation references --- discord/ext/commands/hybrid.py | 2 +- docs/ext/commands/api.rst | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/discord/ext/commands/hybrid.py b/discord/ext/commands/hybrid.py index 678c88975..144c28864 100644 --- a/discord/ext/commands/hybrid.py +++ b/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. diff --git a/docs/ext/commands/api.rst b/docs/ext/commands/api.rst index 20ac07663..5fb782e38 100644 --- a/docs/ext/commands/api.rst +++ b/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: