port !rank
This commit is contained in:
parent
54bcd541d3
commit
b54b7cd786
8 changed files with 145 additions and 52 deletions
|
@ -1,4 +1,5 @@
|
|||
using System.ComponentModel.DataAnnotations;
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Geekbot.net.Database.Models
|
||||
{
|
||||
|
@ -18,5 +19,7 @@ namespace Geekbot.net.Database.Models
|
|||
|
||||
[Required]
|
||||
public string IconUrl { get; set; }
|
||||
|
||||
public DateTimeOffset CreatedAt { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue