From 6a3787ff2b9a50871a6710fb6cefafdce4977f17 Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Wed, 5 Feb 2025 22:55:09 +0800 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 2c248c6..6ae49e3 100644 --- a/main.py +++ b/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)