Skip to content

Commit 71e49b6

Browse files
fix: correct embed color
Signed-off-by: Ar Rakin <rakinar2@osndevs.org>
1 parent ec5145c commit 71e49b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/typescript/services/AuditLoggingService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2088,7 +2088,7 @@ class AuditLoggingService extends Service {
20882088
name: member.user.username,
20892089
icon_url: member.user.displayAvatarURL() ?? undefined
20902090
},
2091-
color: Colors.Green,
2091+
color: Colors.Red,
20922092
timestamp: new Date().toISOString(),
20932093
fields: [
20942094
{

0 commit comments

Comments
 (0)