Table of Contents

Property AllowDuplicateValues

Namespace
DSharpPlus.Commands.Processors.SlashCommands.ArgumentModifiers
Assembly
DSharpPlus.Commands.dll

AllowDuplicateValues

If false, when multiple choices have the same Value, only the first such choice is presented to the user. Otherwise (if true), has no effect.

protected virtual bool AllowDuplicateValues { get; }

Property Value

bool