Skip to content

Commit

Permalink
Fix slash_subcommand docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
hypergonial committed Dec 30, 2023
1 parent 161722c commit d9ec882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arc/command/slash.py
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ def slash_subcommand(
Usage
-----
```py
group = client.include_group("group", "A group of slash commands.")
group = client.include_slash_group("group", "A group of slash commands.")
@group.include
@arc.slash_subcommand(name="hi", description="Say hi!")
Expand Down

0 comments on commit d9ec882

Please sign in to comment.