From 3abcf23c2150ff6857be636fa08403a67d47ad65 Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Fri, 26 Jan 2024 10:41:24 +0200 Subject: [PATCH] listing of autlog state --- src/client/components/settings/logging/Moderation.ts | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/client/components/settings/logging/Moderation.ts b/src/client/components/settings/logging/Moderation.ts index cc52d10..e69e7df 100644 --- a/src/client/components/settings/logging/Moderation.ts +++ b/src/client/components/settings/logging/Moderation.ts @@ -167,14 +167,18 @@ class ModerationLog extends Setting name: 'GENERAL_STATUS', value: guild.format('GENERAL_STATE', { bool: Boolean(setting.enabled) }, { code: true }), inline: true - }, { - name: 'GENERAL_CHANNEL', - value: `<#${setting.channel}>`, - inline: true }, { name: 'GENERAL_ANONYMOUS', value: guild.format('GENERAL_STATE', { bool: setting.anonymous }, { code: true }), inline: true + }, { + name: 'GENERAL_AUTOLOG', + value: guild.format('GENERAL_STATE', { bool: setting.autolog }, { code: true }), + inline: true + }, { + name: 'GENERAL_CHANNEL', + value: `<#${setting.channel}>`, + inline: true }, { name: 'GENERAL_INFRACTIONS', value: setting.infractions.join(', ')