fix: link bash disabled docs
This commit is contained in:
@@ -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",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user