Add the timeout in !roll back

This commit is contained in:
runebaas 2020-06-14 17:27:07 +02:00
parent 8018d5e750
commit 0898e9b6bd
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
3 changed files with 22 additions and 11 deletions

View file

@ -0,0 +1,10 @@
using System;
namespace Geekbot.net.Commands.Games.Roll
{
public class RollTimeout
{
public int LastGuess { get; set; }
public DateTime GuessedOn { get; set; }
}
}