From a43d78644b6595340c58683c05f0311782e21f0c Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 11 Jun 2025 09:14:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=80=BB=E7=BB=93=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/video/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/video/main.py b/plugins/video/main.py index 12454bf..932470f 100644 --- a/plugins/video/main.py +++ b/plugins/video/main.py @@ -113,7 +113,7 @@ class VideoPlugin(MessagePluginInterface): return command in self._commands @plugin_stats_decorator(plugin_name="视频插件") - @plugin_points_cost(2, "视频插件消耗积分", FEATURE_KEY) + @plugin_points_cost(5, "视频插件消耗积分", FEATURE_KEY) async def process_message(self, message: Dict[str, Any]) -> Tuple[bool, Optional[str]]: """处理消息""" content = str(message.get("content", "")).strip()