Skip to main content

Enum MultiMatchHandling

Specifies the behavior when multiple matches are found during the command parsing stage.

Assembly: Discord.Net.Commands.dll​
View Source​
Declaration
public enum MultiMatchHandling

Fields​

Exception​

Indicates that when multiple results are found, an exception should be thrown.

View Source​
Declaration
Exception = 0

Best​

Indicates that when multiple results are found, the best result should be chosen.

View Source​
Declaration
Best = 1