fix: link bash disabled docs
parent
4726580c7e
commit
01211937fc
|
|
@ -189,7 +189,7 @@ export async function handleBashChatCommand(params: {
|
||||||
}): Promise<ReplyPayload> {
|
}): Promise<ReplyPayload> {
|
||||||
if (params.cfg.commands?.bash !== true) {
|
if (params.cfg.commands?.bash !== true) {
|
||||||
return {
|
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",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue