Skip to content

Commit

Permalink
Correct link to Cog
Browse files Browse the repository at this point in the history
Correct link to Cog
  • Loading branch information
chillymosh committed Jun 6, 2023
1 parent a8c47af commit 2928617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitchio/ext/commands/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2928617

Please sign in to comment.