Replace remaining hex colors with base 10 colors
This commit is contained in:
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user