Added new parameter scoring, support multiple matches
This commit is contained in:
8
src/Discord.Net.Commands/MultiMatchHandling.cs
Normal file
8
src/Discord.Net.Commands/MultiMatchHandling.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Discord.Commands
|
||||
{
|
||||
public enum MultiMatchHandling
|
||||
{
|
||||
Exception,
|
||||
Best
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user