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/DiceInputOptions.cs
Normal file
7
Geekbot.net/Lib/DiceParser/DiceInputOptions.cs
Normal file
|
@ -0,0 +1,7 @@
|
|||
namespace Geekbot.net.Lib.DiceParser
|
||||
{
|
||||
public struct DiceInputOptions
|
||||
{
|
||||
public bool ShowTotal { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue