From 050872db598fda4fac2789e8f64391b1d18c1360 Mon Sep 17 00:00:00 2001 From: Still Hsu <341464@gmail.com> Date: Sun, 15 Jul 2018 13:59:12 +0800 Subject: [PATCH] Clarify supported nullable type --- docs/guides/commands/typereaders.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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