Rewrite the !dice command from scratch
This commit is contained in:
parent
d7e313c9fa
commit
6d44960867
13 changed files with 376 additions and 126 deletions
7
Geekbot.net/Lib/DiceParser/IDiceParser.cs
Normal file
7
Geekbot.net/Lib/DiceParser/IDiceParser.cs
Normal file
|
@ -0,0 +1,7 @@
|
|||
namespace Geekbot.net.Lib.DiceParser
|
||||
{
|
||||
public interface IDiceParser
|
||||
{
|
||||
DiceInput Parse(string input);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue