Add the !corona command
This commit is contained in:
parent
ba0d116f3e
commit
efed2f7120
2 changed files with 76 additions and 0 deletions
9
Geekbot.net/Commands/Utils/Corona/CoronaSummaryDto.cs
Normal file
9
Geekbot.net/Commands/Utils/Corona/CoronaSummaryDto.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
namespace Geekbot.net.Commands.Utils.Corona
|
||||
{
|
||||
public class CoronaSummaryDto
|
||||
{
|
||||
public decimal TotalConfirmed { get; set; }
|
||||
public decimal TotalDeaths { get; set; }
|
||||
public decimal TotalRecovered { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue