logging: forgot to change color on thread delete
This commit is contained in:
parent
926d062d9e
commit
fb1fd25643
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue