logging: forgot to change color on thread delete

This commit is contained in:
Cynthia Foxwell 2025-04-23 22:53:20 -06:00
parent 926d062d9e
commit fb1fd25643
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -220,7 +220,7 @@ events.add("guildAuditLogEntryCreate", "logging", async function (entry) {
.createMessage({
embeds: [
{
color: COLOR_ADDED,
color: COLOR_REMOVED,
title: `${entry.before.invitable != null ? "Private " : ""}Thread Deleted`,
description: `<#${entry.targetID}> (${entry.before.name})`,
timestamp: new Date().toISOString(),