fixed .sclr again

This commit is contained in:
Toastie 2024-11-29 18:14:24 +13:00
parent 786646218c
commit cbe1f49083
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -80,7 +80,7 @@ public sealed class GuildColorsService : IReadyExecutor, IGuildColorsService, IE
{ {
_colors[guildId] = _colors[guildId] with _colors[guildId] = _colors[guildId] with
{ {
Ok = color?.ToDiscordColor() Error = color?.ToDiscordColor()
}; };
} }
} }
@ -108,7 +108,7 @@ public sealed class GuildColorsService : IReadyExecutor, IGuildColorsService, IE
{ {
_colors[guildId] = _colors[guildId] with _colors[guildId] = _colors[guildId] with
{ {
Ok = color?.ToDiscordColor() Pending = color?.ToDiscordColor()
}; };
} }
} }