Compare commits
3 Commits
1bcee67180
...
1005de3350
Author | SHA1 | Date | |
---|---|---|---|
1005de3350 | |||
df152f1d8b | |||
a493233253 |
2
main.py
2
main.py
@ -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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user