修改引用bug

This commit is contained in:
Saipo 2025-05-22 21:46:13 +08:00
parent a493233253
commit df152f1d8b

View File

@ -12,7 +12,7 @@ from astrbot.core.utils.session_waiter import (
SessionController, SessionController,
) )
import aiohttp # 需要异步HTTP客户端 import aiohttp # 需要异步HTTP客户端
from TicTacToeGame import TicTacToeGame from .TicTacToeGame import TicTacToeGame
@register("helloworld", "YourName", "一个简单的 Hello World 插件", "1.0.0") @register("helloworld", "YourName", "一个简单的 Hello World 插件", "1.0.0")
class MyPlugin(Star): class MyPlugin(Star):