Update main.py
This commit is contained in:
2
main.py
2
main.py
@@ -1,7 +1,7 @@
|
||||
from astrbot.api.event import filter, AstrMessageEvent, MessageEventResult
|
||||
from astrbot.api.star import Context, Star, register
|
||||
|
||||
@register("helloworld", "Your Name", "一个简单的 Hello World 插件", "1.0.0")
|
||||
@register("helloworld", "Your Name", "一个简单的 Hello World 插件", "1.0.0", "repo url")
|
||||
class MyPlugin(Star):
|
||||
def __init__(self, context: Context):
|
||||
super().__init__(context)
|
||||
|
Reference in New Issue
Block a user