9 lines
113 B
C#
9 lines
113 B
C#
namespace Discord.Commands
|
|
{
|
|
public enum MultiMatchHandling
|
|
{
|
|
Exception,
|
|
Best
|
|
}
|
|
}
|