From f12df317dfd76eeb959efc0321d09a6b3ef68391 Mon Sep 17 00:00:00 2001 From: Hsu Still <341464@gmail.com> Date: Sat, 7 Apr 2018 00:28:56 +0800 Subject: [PATCH] Add warning regarding TR addition prior to module --- docs/guides/commands/commands.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/guides/commands/commands.md b/docs/guides/commands/commands.md index bbec81788..b02cd62a5 100644 --- a/docs/guides/commands/commands.md +++ b/docs/guides/commands/commands.md @@ -345,4 +345,8 @@ and must be explicitly added. To install a TypeReader, invoke [CommandService.AddTypeReader]. +> [!WARNING] +> TypeReaders must be added prior to module discovery, otherwise your +> TypeReaders may not work! + [CommandService.AddTypeReader]: xref:Discord.Commands.CommandService.AddTypeReader*