Table of Contents

Enum MultiMatchHandling

Namespace
Discord.Commands
Assembly
Discord.Net.Commands.dll

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

public enum MultiMatchHandling

Fields

Best = 1

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

Exception = 0

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