diff --git a/bot/src/bot/commands/configuration/botctl.ts b/bot/src/bot/commands/configuration/botctl.ts index 219f523..2ab11aa 100644 --- a/bot/src/bot/commands/configuration/botctl.ts +++ b/bot/src/bot/commands/configuration/botctl.ts @@ -322,7 +322,7 @@ export default { 'Word filter', ), embed( - `**Enabled:** ${config?.wordlistEnabled}` + (!config?.wordlistEnabled + `**Enabled:** ${!!config?.wordlistEnabled}` + (!config?.wordlistEnabled ? '' : `\n**Action:** ${config?.wordlistAction?.action ?? 'LOG'}\n` + `**Warning message:** ${config?.wordlistAction?.message}\n` +