From 042e5fdbe641de947167a31397178744d177245d Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 28 Oct 2025 15:01:33 +0800 Subject: [PATCH] fix: make a bot father --- bots/instance/reply_bot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/instance/reply_bot.ts b/bots/instance/reply_bot.ts index f07a68a0d..90edfc192 100644 --- a/bots/instance/reply_bot.ts +++ b/bots/instance/reply_bot.ts @@ -1,5 +1,5 @@ // reply_bot.ts -import { BotFather, WorkflowInput } from "./bot_father"; +import { BotFather, WorkflowInput } from "../bot_father"; class ReplyBot extends BotFather { constructor() {