[commands] Elaborate more on disallowed types in Greedy and Optional

This commit is contained in:
Rapptz
2018-09-24 23:39:25 -04:00
parent 2721689254
commit 99b1390e5a
2 changed files with 8 additions and 1 deletions

View File

@ -185,7 +185,7 @@ Converters
As a consequence of this behaviour, most input errors are silently discarded,
since it is used as an indicator of when to stop parsing.
When a parser error is met the greedy converter stops converting, it undos the
When a parser error is met the greedy converter stops converting, undoes the
internal string parsing routine, and continues parsing regularly.
For example, in the following code: