Browse Source

Update 06-subcommands.md

pull/1923/head
Quin Lynch GitHub 4 years ago
parent
commit
fa5cc9adaf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/guides/slash-commands/06-subcommands.md

+ 1
- 1
docs/guides/slash-commands/06-subcommands.md View File

@@ -59,7 +59,7 @@ command
|__ subcommand-group
```

Let's write a settings command that can change 2 fields in our bot.
Let's write a settings command that can change 3 fields in our bot.

```cs
public string FieldA { get; set; } = "test";


Loading…
Cancel
Save