mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 21:28:26 +00:00
chore: rename project to clawdbot
This commit is contained in:
@@ -11,7 +11,7 @@ export type VoiceWakeConfig = {
|
||||
const DEFAULT_TRIGGERS = ["clawd", "claude", "computer"];
|
||||
|
||||
function defaultBaseDir() {
|
||||
return path.join(os.homedir(), ".clawdis");
|
||||
return path.join(os.homedir(), ".clawdbot");
|
||||
}
|
||||
|
||||
function resolvePath(baseDir?: string) {
|
||||
|
||||
Reference in New Issue
Block a user