fix: link bash disabled docs

This commit is contained in:
Peter Steinberger
2026-01-18 15:17:04 +00:00
parent 4726580c7e
commit 01211937fc

View File

@@ -189,7 +189,7 @@ export async function handleBashChatCommand(params: {
}): Promise<ReplyPayload> {
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",
};
}