Replace remaining hex colors with base 10 colors

This commit is contained in:
2025-08-31 00:47:12 -04:00
parent 5bb538c790
commit b8bc4acf4b
2 changed files with 2 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ export async function onRequestPost(context: RequestContext) {
embeds: [
{
title: "Appeal Denied",
color: 0xff0000,
color: 16711680,
description: `Appeal from user ${appeal.user.username} (${appeal.user.id}) was denied.`,
fields: [
{