Enum ConverterInputType
- Namespace
- DSharpPlus.Commands.Processors.TextCommands
- Assembly
- DSharpPlus.Commands.dll
The requirements for a converter to require a text argument.
public enum ConverterInputType
- Extension Methods
Fields
Always = 1
The converter will always require a text argument.
IfReplyMissing = 2
The converter will require a text argument when a reply is missing.
IfReplyPresent = 3
The converter will require a text argument when a reply is present.
Never = 0
The converter does not require a text argument.