small logging bug

This commit is contained in:
Kwoth 2017-02-25 04:18:44 +01:00
parent 7c00b9fe86
commit 8712abe554
2 changed files with 4 additions and 1 deletions

View File

@ -126,7 +126,6 @@ namespace NadekoBot.Modules.Administration
{
embed.WithTitle("👥" + g.GetLogText("avatar_changed"))
.WithDescription($"{before.Username}#{before.Discriminator} | {before.Id}")
.WithTitle($"{before.Username}#{before.Discriminator} | {before.Id}")
.WithThumbnailUrl(before.AvatarUrl)
.WithImageUrl(after.AvatarUrl)
.WithFooter(fb => fb.WithText(currentTime))

View File

@ -196,6 +196,10 @@ namespace NadekoBot.Modules.Games
var roll = rng.Next(1, 1001);
if (uid == 185968432783687681 ||
uid == 265642040950390784)
roll += 100;
double hot;
double crazy;
string advice;