Browse Source

Clarify supported nullable type

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

+ 1
- 1
docs/guides/commands/typereaders.md View File

@@ -20,7 +20,7 @@ By default, the following Types are supported arguments:
* `string`
* `enum`
* `DateTime`/`DateTimeOffset`/`TimeSpan`
* `Nullable<T>` where applicable
* Any nullable value-type (e.g. `int?`, `bool?`)
* Any implementation of `IChannel`/`IMessage`/`IUser`/`IRole`

## Creating a Type Reader


Loading…
Cancel
Save