diff --git a/docs/.vuepress/public/bots.json b/docs/.vuepress/public/bots.json index ad7bbc8d..c49a080f 100644 --- a/docs/.vuepress/public/bots.json +++ b/docs/.vuepress/public/bots.json @@ -16,5 +16,17 @@ "desc": "在QQ获取/处理Github repo/pr/issue", "author": "yanyongyu", "repo": "cscs181/QQ-GitHub-Bot" + }, + { + "name": "YanXiBot", + "desc": "动漫资源查找与娱乐机器人", + "author": "Melodyknit", + "repo": "https://github.com/Melodyknit/YanXiBot" + }, + { + "name": "绪山真寻bot", + "desc": "含有不少的娱乐功能同时稍稍有一些实用的功能 :P", + "author": "HibiKier", + "repo": "https://github.com/HibiKier/zhenxun_bot" } ] \ No newline at end of file diff --git a/docs/.vuepress/public/plugins.json b/docs/.vuepress/public/plugins.json index 9d7a082c..66603ac8 100644 --- a/docs/.vuepress/public/plugins.json +++ b/docs/.vuepress/public/plugins.json @@ -259,7 +259,7 @@ "id": "nonebot_plugin_gamedraw", "link": "nonebot-plugin-gamedraw", "name": "nonebot_plugin_gamedraw", - "desc": "基于爬取bwiki实现自动更新的抽卡,目前支持赛马娘,原神,明日方舟,坎公骑冠剑,公主连结(国服),碧蓝航线", + "desc": "基于爬取wiki实现自动更新的抽卡,目前支持赛马娘,原神,明日方舟,坎公骑冠剑,公主连结(国/台),碧蓝航线,FGO,阴阳师", "author": "HibiKier", "repo": "https://github.com/HibiKier/nonebot_plugin_gamedraw" }, diff --git a/packages/nonebot-adapter-mirai/nonebot/adapters/mirai/event/request.py b/packages/nonebot-adapter-mirai/nonebot/adapters/mirai/event/request.py index 3081b8b4..d57af767 100644 --- a/packages/nonebot-adapter-mirai/nonebot/adapters/mirai/event/request.py +++ b/packages/nonebot-adapter-mirai/nonebot/adapters/mirai/event/request.py @@ -91,7 +91,8 @@ class MemberJoinRequestEvent(RequestEvent): 'eventId': self.event_id, 'groupId': self.group_id, 'fromId': self.from_id, - 'operate': 0 + 'operate': 0, + 'message': '' }) async def reject(self, @@ -147,7 +148,8 @@ class BotInvitedJoinGroupRequestEvent(RequestEvent): 'eventId': self.event_id, 'groupId': self.group_id, 'fromId': self.from_id, - 'operate': 0 + 'operate': 0, + 'message': '' }) async def reject(self, bot: "Bot", message: str = ""):