diff --git a/docs/guides/commands/typereaders.md b/docs/guides/commands/typereaders.md index d11e42425..f942c9341 100644 --- a/docs/guides/commands/typereaders.md +++ b/docs/guides/commands/typereaders.md @@ -20,7 +20,7 @@ By default, the following Types are supported arguments: * `string` * `enum` * `DateTime`/`DateTimeOffset`/`TimeSpan` -* `Nullable` where applicable +* Any nullable value-type (e.g. `int?`, `bool?`) * Any implementation of `IChannel`/`IMessage`/`IUser`/`IRole` ## Creating a Type Reader