mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(bot): get rid of syntax error in SystemEdit
This commit is contained in:
parent
f721b850d4
commit
915d8b449b
1 changed files with 2 additions and 1 deletions
|
|
@ -235,7 +235,8 @@ public class SystemEdit
|
|||
.Color(newColor.ToDiscordColor())
|
||||
.Thumbnail(new Embed.EmbedThumbnail($"attachment://color.gif"))
|
||||
.Build(),
|
||||
files: [MiscUtils.GenerateColorPreview(color)]););
|
||||
files: [MiscUtils.GenerateColorPreview(newColor)]
|
||||
);
|
||||
}
|
||||
|
||||
public async Task ClearColor(Context ctx, PKSystem target, bool flagConfirmYes)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue