fix: fixed .sclr again

This commit is contained in:
Kwoth
2024-11-27 01:28:17 +00:00
parent 2bed4e7eac
commit 231451f978

View File

@@ -80,7 +80,7 @@ public sealed class GuildColorsService : IReadyExecutor, IGuildColorsService, IN
{ {
_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, IN
{ {
_colors[guildId] = _colors[guildId] with _colors[guildId] = _colors[guildId] with
{ {
Ok = color?.ToDiscordColor() Pending = color?.ToDiscordColor()
}; };
} }
} }