Browse Source
[commands] Fix small "commands" typo in hybrid documentation
pull/9208/head
yaakiyu
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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: |
|
|
|
|
|
|
|