From 21a246e106380c612551ca3d015cd66d76796231 Mon Sep 17 00:00:00 2001 From: Hsu Still <341464@gmail.com> Date: Wed, 27 Sep 2017 05:54:07 +0800 Subject: [PATCH] Cleanup TypeReader section --- docs/guides/commands/commands.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/guides/commands/commands.md b/docs/guides/commands/commands.md index acb968333..1bda54e79 100644 --- a/docs/guides/commands/commands.md +++ b/docs/guides/commands/commands.md @@ -334,4 +334,6 @@ necessary. 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_). +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