fix: link bash disabled docs
This commit is contained in:
parent
4726580c7e
commit
01211937fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue