Table of Contents

Constructor MinimumAttribute

Namespace
DSharpPlus.SlashCommands
Assembly
DSharpPlus.SlashCommands.dll

MinimumAttribute(long)

Sets a minimum value for this slash command option. Only valid for long or double parameters.

public MinimumAttribute(long value)

Parameters

value long

MinimumAttribute(double)

Sets a minimum value for this slash command option. Only valid for long or double parameters.

public MinimumAttribute(double value)

Parameters

value double