mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Merge pull request #306 from Spectralitree/systemcolortypo
Fix typo in system color
This commit is contained in:
commit
5615aa6c00
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ namespace PluralKit.Bot
|
|||
await _db.Execute(conn => _repo.UpdateSystem(conn, ctx.System.Id, patch));
|
||||
|
||||
await ctx.Reply(embed: new EmbedBuilder()
|
||||
.Title($"{Emojis.Success} Member color changed.")
|
||||
.Title($"{Emojis.Success} System color changed.")
|
||||
.Color(color.ToDiscordColor())
|
||||
.Thumbnail(new($"https://fakeimg.pl/256x256/{color}/?text=%20"))
|
||||
.Build());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue