mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-28 08:12:14 +08:00
commit
b42cafafd6
@ -16,5 +16,17 @@
|
|||||||
"desc": "在QQ获取/处理Github repo/pr/issue",
|
"desc": "在QQ获取/处理Github repo/pr/issue",
|
||||||
"author": "yanyongyu",
|
"author": "yanyongyu",
|
||||||
"repo": "cscs181/QQ-GitHub-Bot"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
@ -259,7 +259,7 @@
|
|||||||
"id": "nonebot_plugin_gamedraw",
|
"id": "nonebot_plugin_gamedraw",
|
||||||
"link": "nonebot-plugin-gamedraw",
|
"link": "nonebot-plugin-gamedraw",
|
||||||
"name": "nonebot_plugin_gamedraw",
|
"name": "nonebot_plugin_gamedraw",
|
||||||
"desc": "基于爬取bwiki实现自动更新的抽卡,目前支持赛马娘,原神,明日方舟,坎公骑冠剑,公主连结(国服),碧蓝航线",
|
"desc": "基于爬取wiki实现自动更新的抽卡,目前支持赛马娘,原神,明日方舟,坎公骑冠剑,公主连结(国/台),碧蓝航线,FGO,阴阳师",
|
||||||
"author": "HibiKier",
|
"author": "HibiKier",
|
||||||
"repo": "https://github.com/HibiKier/nonebot_plugin_gamedraw"
|
"repo": "https://github.com/HibiKier/nonebot_plugin_gamedraw"
|
||||||
},
|
},
|
||||||
|
@ -91,7 +91,8 @@ class MemberJoinRequestEvent(RequestEvent):
|
|||||||
'eventId': self.event_id,
|
'eventId': self.event_id,
|
||||||
'groupId': self.group_id,
|
'groupId': self.group_id,
|
||||||
'fromId': self.from_id,
|
'fromId': self.from_id,
|
||||||
'operate': 0
|
'operate': 0,
|
||||||
|
'message': ''
|
||||||
})
|
})
|
||||||
|
|
||||||
async def reject(self,
|
async def reject(self,
|
||||||
@ -147,7 +148,8 @@ class BotInvitedJoinGroupRequestEvent(RequestEvent):
|
|||||||
'eventId': self.event_id,
|
'eventId': self.event_id,
|
||||||
'groupId': self.group_id,
|
'groupId': self.group_id,
|
||||||
'fromId': self.from_id,
|
'fromId': self.from_id,
|
||||||
'operate': 0
|
'operate': 0,
|
||||||
|
'message': ''
|
||||||
})
|
})
|
||||||
|
|
||||||
async def reject(self, bot: "Bot", message: str = ""):
|
async def reject(self, bot: "Bot", message: str = ""):
|
||||||
|
Loading…
Reference in New Issue
Block a user