Browse Source

[commands] Fix small "commands" typo in hybrid documentation

pull/9208/head
yaakiyu 2 years ago
committed by GitHub
parent
commit
20c7e261be
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/ext/commands/cog.py

2
discord/ext/commands/cog.py

@ -753,7 +753,7 @@ class GroupCog(Cog):
cog.
Hybrid commands will also be added to the Group, giving the ability categorize slash commands into
groups, while keeping the prefix-style commmand as a root-level command.
groups, while keeping the prefix-style command as a root-level command.
For example:

Loading…
Cancel
Save