mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 09:27:39 +00:00
refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -17,7 +17,7 @@ import { resolveDiscordMessageText } from "./message-utils.js";
|
||||
|
||||
type LoadedConfig = ReturnType<typeof import("../../config/config.js").loadConfig>;
|
||||
type DiscordConfig = NonNullable<
|
||||
import("../../config/config.js").ClawdbotConfig["channels"]
|
||||
import("../../config/config.js").MoltbotConfig["channels"]
|
||||
>["discord"];
|
||||
|
||||
export function createDiscordMessageHandler(params: {
|
||||
|
||||
Reference in New Issue
Block a user