mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-06 13:57:54 +00:00
Show new color in the member color change embed
This commit is contained in:
parent
687eaaa928
commit
7ab5e66d7b
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ namespace PluralKit.Bot
|
|||
await ctx.Reply(embed: new DiscordEmbedBuilder()
|
||||
.WithTitle($"{Emojis.Success} Member color changed.")
|
||||
.WithColor(color.ToDiscordColor().Value)
|
||||
.WithThumbnail($"https://fakeimg.pl/256x256/{target.Color}/?text=%20")
|
||||
.WithThumbnail($"https://fakeimg.pl/256x256/{color}/?text=%20")
|
||||
.Build());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue