forked from EllieBotDevs/elliebot
fixed .sclr again
This commit is contained in:
parent
786646218c
commit
cbe1f49083
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue