From ca000bc7fb2f6b6b8d946aa897527e834ee2417e Mon Sep 17 00:00:00 2001 From: Simon KP Date: Mon, 26 Jan 2026 20:23:27 +1100 Subject: [PATCH] fix: remove invalid plugin references from prod config --- deploy/prod/clawdbot.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/deploy/prod/clawdbot.json b/deploy/prod/clawdbot.json index 23eae9a4c..4733a6e73 100644 --- a/deploy/prod/clawdbot.json +++ b/deploy/prod/clawdbot.json @@ -76,12 +76,10 @@ }, "plugins": { "entries": { - "discord": { - "enabled": true - }, "checkins": { "enabled": true } - } + }, + "slots": {} } }