Table of Contents

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.

RemainingTextAttribute
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.