Skip to content

Commit

Permalink
Fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqzn committed Sep 14, 2024
1 parent 9c41318 commit 4fb72d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Imperat/command-api/Classic Command API.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Every single Command object has the following mutable components :-
- **Aliases** (other names could be used for a command)
- **Permission**
- **Description**
- **Default-usage** (/<command> without any arguments )
- **Default-usage** (`/<command>` without any arguments )
- **Usages**
- **Processors**

Expand Down Expand Up @@ -102,7 +102,7 @@ command.subCommand("sub1",
```

After the example above, a new usage internally will be created and
shall look like /example <firstArg> sub1 [value].
shall look like `/example <firstArg> sub1 [value]`.
#### Extras
There are multiple extra options to consider when adding a subcommand to a command :-
- `aliases`
Expand Down

0 comments on commit 4fb72d0

Please sign in to comment.