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
|
@ -52,7 +52,7 @@ namespace Geekbot.net.Commands.Utils.Changelog
|
|||
});
|
||||
var sb = new StringBuilder();
|
||||
foreach (var commit in commits.Take(10))
|
||||
sb.AppendLine($"- {commit.Commit.Message} ({commit.Commit.AuthorDto.Date:yyyy-MM-dd})");
|
||||
sb.AppendLine($"- {commit.Commit.Message} ({commit.Commit.Author.Date:yyyy-MM-dd})");
|
||||
eb.Description = sb.ToString();
|
||||
eb.WithFooter(new EmbedFooterBuilder
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue