Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorukyum committed Mar 5, 2024
1 parent 9aca1b8 commit 02e4b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Cog1(Cog):
await ctx.respond("This is a normal subcommand.")


# cog number 2, has a command used with add_to_group
# cog number 2, has commands decorated with @subcommand
from pycord.multicog import subcommand

class Cog2(Cog):
Expand Down

0 comments on commit 02e4b48

Please sign in to comment.