From 419bc1e98a9a07711896192a7f67010165896446 Mon Sep 17 00:00:00 2001 From: Yivlx Date: Mon, 19 Dec 2016 14:00:29 -0800 Subject: [PATCH] Changed "his" to "this" Typically, you will want to mark his method as `async`, although it is not required. Changed `his` to `this` --- docs/guides/commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/commands.md b/docs/guides/commands.md index 8c33527ea..a0c6f83c0 100644 --- a/docs/guides/commands.md +++ b/docs/guides/commands.md @@ -68,7 +68,7 @@ By now, your module should look like this: The next step to creating commands, is actually creating commands. To create a command, add a method to your module of type `Task`. -Typically, you will want to mark his method as `async`, although it is +Typically, you will want to mark this method as `async`, although it is not required. Adding parameters to a command is done by adding parameters to the @@ -297,4 +297,4 @@ Otherwise, return `TypeReaderResult.FromError`. ### Installing TypeReaders TypeReaders are not automatically discovered by the Command Service, -and must be explicitly added. To install a TypeReader, invoke [CommandService.AddTypeReader](xref:Discord.Commands.CommandService#Discord_Commands_CommandService_AddTypeReader__1_Discord_Commands_TypeReader_). \ No newline at end of file +and must be explicitly added. To install a TypeReader, invoke [CommandService.AddTypeReader](xref:Discord.Commands.CommandService#Discord_Commands_CommandService_AddTypeReader__1_Discord_Commands_TypeReader_).