Show new color in the member color change embed

This commit is contained in:
Ske 2020-08-05 20:20:11 +02:00
parent 687eaaa928
commit 7ab5e66d7b

View File

@ -187,7 +187,7 @@ namespace PluralKit.Bot
await ctx.Reply(embed: new DiscordEmbedBuilder() await ctx.Reply(embed: new DiscordEmbedBuilder()
.WithTitle($"{Emojis.Success} Member color changed.") .WithTitle($"{Emojis.Success} Member color changed.")
.WithColor(color.ToDiscordColor().Value) .WithColor(color.ToDiscordColor().Value)
.WithThumbnail($"https://fakeimg.pl/256x256/{target.Color}/?text=%20") .WithThumbnail($"https://fakeimg.pl/256x256/{color}/?text=%20")
.Build()); .Build());
} }
} }