Namespace DSharpPlus.Commands.ArgumentModifiers
Classes
- ChannelTypesAttribute
Specifies what channel types the parameter supports.
- FromCodeAttribute
Removes the need to manually parse code blocks from a string.
- MinMaxLengthAttribute
Determines the minimum and maximum length that a parameter can accept.
- MinMaxValueAttribute
Determines the minimum and maximum values that a parameter can accept.
- VariadicArgumentAttribute
Specifies that a parameter can accept multiple arguments. This attribute is only valid on parameters of type IEnumerable.
Enums
- CodeType
The types of code-formatted text to accept.