From db1496b19567c5c102103f18dca931f36147e36d Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 12 Aug 2025 11:49:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=99=90=E6=B5=81=E7=AD=96?= =?UTF-8?q?=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/guess_song/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/guess_song/main.py b/plugins/guess_song/main.py index 09ac38f..3a57fa8 100644 --- a/plugins/guess_song/main.py +++ b/plugins/guess_song/main.py @@ -185,7 +185,7 @@ class GuessSongPlugin(MessagePluginInterface): return command in self._commands @plugin_stats_decorator(plugin_name="猜歌名游戏") - @group_feature_rate_limit(max_per_minute=1, feature_key=FEATURE_KEY) + @group_feature_rate_limit(max_per_minute=5, feature_key=FEATURE_KEY) async def process_message(self, message: Dict[str, Any]) -> Tuple[bool, Optional[str]]: """处理消息""" content = str(message.get("content", "")).strip()