Fix typo in system color
This commit is contained in:
parent
34458bd373
commit
29561662ab
@ -127,7 +127,7 @@ namespace PluralKit.Bot
|
|||||||
await _db.Execute(conn => _repo.UpdateSystem(conn, ctx.System.Id, patch));
|
await _db.Execute(conn => _repo.UpdateSystem(conn, ctx.System.Id, patch));
|
||||||
|
|
||||||
await ctx.Reply(embed: new EmbedBuilder()
|
await ctx.Reply(embed: new EmbedBuilder()
|
||||||
.Title($"{Emojis.Success} Member color changed.")
|
.Title($"{Emojis.Success} System color changed.")
|
||||||
.Color(color.ToDiscordColor())
|
.Color(color.ToDiscordColor())
|
||||||
.Thumbnail(new($"https://fakeimg.pl/256x256/{color}/?text=%20"))
|
.Thumbnail(new($"https://fakeimg.pl/256x256/{color}/?text=%20"))
|
||||||
.Build());
|
.Build());
|
||||||
|
Loading…
Reference in New Issue
Block a user