From b25bc0640cbecb99b8c8ebf66ce49f09fc3769f2 Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Tue, 4 Mar 2025 11:14:36 +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 cf92bac..bc6b677 100644 --- a/main.py +++ b/main.py @@ -2,7 +2,7 @@ from astrbot.api.event import filter, AstrMessageEvent, MessageEventResult from astrbot.api.star import Context, Star, register from astrbot.api import logger -@register("helloworld", "YourName", "一个简单的 Hello World 插件", "1.0.0", "repo_url") +@register("helloworld", "YourName", "一个简单的 Hello World 插件", "1.0.0") class MyPlugin(Star): def __init__(self, context: Context): super().__init__(context)