Browse Source

Add warning regarding TR addition prior to module

pull/988/head
Hsu Still 7 years ago
parent
commit
f12df317df
No known key found for this signature in database GPG Key ID: 8601A145FDA95209
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      docs/guides/commands/commands.md

+ 4
- 0
docs/guides/commands/commands.md View File

@@ -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*

Loading…
Cancel
Save