port !rank

This commit is contained in:
runebaas 2018-05-10 17:56:43 +02:00
parent 54bcd541d3
commit b54b7cd786
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
8 changed files with 145 additions and 52 deletions

View file

@ -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; }
}
}