Compare commits

..

No commits in common. "68e57cdc4b7f2900c3bbe5565688093fc6e8bfc6" and "3612be8201eefd6780a386a07e3683db43cfa6fa" have entirely different histories.

View File

@ -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):