Fix !changelog, fix bug in logger and typo in !mod namehistory
This commit is contained in:
parent
8599c815d7
commit
290b85fdb6
5 changed files with 6 additions and 4 deletions
|
@ -4,6 +4,8 @@ namespace Geekbot.net.Commands.Utils.Changelog
|
|||
{
|
||||
public class CommitAuthorDto
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Email { get; set; }
|
||||
public DateTimeOffset Date { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue