Class DisableUsernameFuzzyMatchingAttribute
- Namespace
- DSharpPlus.Commands.Processors.TextCommands
- Assembly
- DSharpPlus.Commands.dll
Applied to parameters of types DiscordUser and DiscordMember, prevents DSharpPlus from fuzzy-matching against their username and requires an exact, case-insensitive match instead.
[AttributeUsage(AttributeTargets.Parameter)]
public class DisableUsernameFuzzyMatchingAttribute : Attribute
- Inheritance
-
DisableUsernameFuzzyMatchingAttribute