diff --git a/src/auto-reply/reply/bash-command.ts b/src/auto-reply/reply/bash-command.ts index 0ae45ec03..74f341910 100644 --- a/src/auto-reply/reply/bash-command.ts +++ b/src/auto-reply/reply/bash-command.ts @@ -189,7 +189,7 @@ export async function handleBashChatCommand(params: { }): Promise { if (params.cfg.commands?.bash !== true) { return { - text: "⚠️ bash is disabled. Set commands.bash=true to enable.", + text: "⚠️ bash is disabled. Set commands.bash=true to enable. Docs: https://docs.clawd.bot/tools/slash-commands#config", }; }