From df152f1d8b68475463a025c14466b99826239d5e Mon Sep 17 00:00:00 2001 From: Saipo Date: Thu, 22 May 2025 21:46:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=95=E7=94=A8bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 26eb6e0..a81f832 100644 --- a/main.py +++ b/main.py @@ -12,7 +12,7 @@ from astrbot.core.utils.session_waiter import ( SessionController, ) import aiohttp # 需要异步HTTP客户端 -from TicTacToeGame import TicTacToeGame +from .TicTacToeGame import TicTacToeGame @register("helloworld", "YourName", "一个简单的 Hello World 插件", "1.0.0") class MyPlugin(Star): -- 2.47.2