master #35

Merged
saipo merged 4 commits from master into saipo_test 2025-05-23 12:02:39 +08:00
Showing only changes of commit 68e57cdc4b - Show all commits

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