Added new parameter scoring, support multiple matches

This commit is contained in:
RogueException
2016-08-21 11:03:50 -03:00
parent ed7710fbef
commit 324664917d
14 changed files with 316 additions and 177 deletions

View File

@@ -0,0 +1,8 @@
namespace Discord.Commands
{
public enum MultiMatchHandling
{
Exception,
Best
}
}