diff --git a/src/NadekoBot/_common/Services/Impl/GuildColorsService.cs b/src/NadekoBot/_common/Services/Impl/GuildColorsService.cs index ab925cf30..9f9b9d2f4 100644 --- a/src/NadekoBot/_common/Services/Impl/GuildColorsService.cs +++ b/src/NadekoBot/_common/Services/Impl/GuildColorsService.cs @@ -80,7 +80,7 @@ public sealed class GuildColorsService : IReadyExecutor, IGuildColorsService, IN { _colors[guildId] = _colors[guildId] with { - Ok = color?.ToDiscordColor() + Error = color?.ToDiscordColor() }; } } @@ -108,7 +108,7 @@ public sealed class GuildColorsService : IReadyExecutor, IGuildColorsService, IN { _colors[guildId] = _colors[guildId] with { - Ok = color?.ToDiscordColor() + Pending = color?.ToDiscordColor() }; } }