Table of Contents

Constructor MaximumAttribute

Namespace
DSharpPlus.SlashCommands
Assembly
DSharpPlus.SlashCommands.dll

MaximumAttribute(long)

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

public MaximumAttribute(long value)

Parameters

value long

MaximumAttribute(double)

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

public MaximumAttribute(double value)

Parameters

value double