diff --git a/docs/guides/slash-commands/06-subcommands.md b/docs/guides/slash-commands/06-subcommands.md index 0fd41d12c..5e46406de 100644 --- a/docs/guides/slash-commands/06-subcommands.md +++ b/docs/guides/slash-commands/06-subcommands.md @@ -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";