small logging bug
This commit is contained in:
parent
7c00b9fe86
commit
8712abe554
@ -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))
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user