Merged v3 branch updates

This commit is contained in:
Kwoth
2021-12-21 23:36:31 +01:00
8 changed files with 31 additions and 25 deletions

View File

@@ -487,7 +487,7 @@ WHERE GuildId={guildId}
{
template = JsonConvert.SerializeObject(new
{
color = _bcs.Data.Color.Error,
color = _bcs.Data.Color.Error.PackedValue >> 8,
description = defaultMessage
});
}
@@ -502,7 +502,7 @@ WHERE GuildId={guildId}
{
template = JsonConvert.SerializeObject(new
{
color = _bcs.Data.Color.Error,
color = _bcs.Data.Color.Error.PackedValue >> 8,
description = template
});
}