diff --git a/docs/guides/commands/commands.md b/docs/guides/commands/commands.md index 6781764c9..2b012af0e 100644 --- a/docs/guides/commands/commands.md +++ b/docs/guides/commands/commands.md @@ -93,9 +93,9 @@ If you would like a parameter to parse until the end of a Command, flag the parameter with the [RemainderAttribute]. This will allow a user to invoke a Command without wrapping a parameter in quotes. -Finally, flag your Command with the [CommandAttribute] (you must +Finally, flag your Command with the [CommandAttribute]. (you must specify a name for this Command, except for when it is part of a -Module Group - see below). +Module Group - see below) [RemainderAttribute]: xref:Discord.Commands.RemainderAttribute [CommandAttribute]: xref:Discord.Commands.CommandAttribute @@ -340,4 +340,4 @@ and must be explicitly added. To install a TypeReader, invoke [CommandService.AddTypeReader]. -[CommandService.AddTypeReader]: xref:Discord.Commands.CommandService#Discord_Commands_CommandService_AddTypeReader__1_Discord_Commands_TypeReader_ \ No newline at end of file +[CommandService.AddTypeReader]: xref:Discord.Commands.CommandService#Discord_Commands_CommandService_AddTypeReader__1_Discord_Commands_TypeReader_