Compare commits

..

No commits in common. "1005de3350ef6ab90aa423f4703d024333af58ea" and "1bcee6718087b435d9fc68982394adc469770332" 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):