fix: make a bot father

This commit is contained in:
Tim
2025-10-28 15:01:33 +08:00
parent 629442bff6
commit 042e5fdbe6

View File

@@ -1,5 +1,5 @@
// reply_bot.ts
import { BotFather, WorkflowInput } from "./bot_father";
import { BotFather, WorkflowInput } from "../bot_father";
class ReplyBot extends BotFather {
constructor() {