mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 04:01:37 +00:00
chore: wtf.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import type { ReplyPayload } from "../types.js";
|
||||
import type { CommandHandler } from "./commands-types.js";
|
||||
import { logVerbose } from "../../globals.js";
|
||||
import {
|
||||
getLastTtsAttempt,
|
||||
@@ -18,6 +16,8 @@ import {
|
||||
setTtsProvider,
|
||||
textToSpeech,
|
||||
} from "../../tts/tts.js";
|
||||
import type { ReplyPayload } from "../types.js";
|
||||
import type { CommandHandler } from "./commands-types.js";
|
||||
|
||||
type ParsedTtsCommand = {
|
||||
action: string;
|
||||
|
||||
Reference in New Issue
Block a user