From 2928617a7ba9b32ef27a58bb011269fbdcf309b8 Mon Sep 17 00:00:00 2001 From: chillymosh <86857777+chillymosh@users.noreply.github.com> Date: Tue, 6 Jun 2023 14:01:13 +0100 Subject: [PATCH] Correct link to Cog Correct link to Cog --- twitchio/ext/commands/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitchio/ext/commands/core.py b/twitchio/ext/commands/core.py index 7f0d31d8..57556545 100644 --- a/twitchio/ext/commands/core.py +++ b/twitchio/ext/commands/core.py @@ -65,7 +65,7 @@ class Command: ------------ name: :class:`str` The name of the command. - cog: :class:`~twitchio.Cog` + cog: :class:`~twitchio.ext.commands.Cog` The cog this command belongs to. aliases: Optional[Union[:class:`list`, :class:`tuple`]] Aliases that can be used to also invoke the command.