更新 send_feed_command.py

This commit is contained in:
雅诺狐
2025-08-30 21:57:40 +08:00
committed by GitHub
parent 7ca9ac9ee6
commit 1a0e9da584

View File

@@ -25,7 +25,7 @@ class SendFeedCommand(PlusCommand):
def __init__(self, *args, **kwargs): def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs) super().__init__(*args, **kwargs)
@require_permission("plugin.maizone.send_feed", "❌ 你没有发送QQ空间说说的权限") @require_permission("plugin.maizone.send_feed")
async def execute(self, args: CommandArgs) -> Tuple[bool, str, bool]: async def execute(self, args: CommandArgs) -> Tuple[bool, str, bool]:
""" """
执行命令的核心逻辑。 执行命令的核心逻辑。