mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
fix: fixed .sclr again
This commit is contained in:
@@ -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()
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user