Show new color in the member color change embed
This commit is contained in:
parent
687eaaa928
commit
7ab5e66d7b
@ -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());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user