mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-12-18 09:25:46 +08:00
🍻 publish plugin follow_withdraw (#2111)
This commit is contained in:
parent
8d97081948
commit
7a47985c2b
@ -6768,5 +6768,22 @@
|
|||||||
"is_official": false,
|
"is_official": false,
|
||||||
"type": "application",
|
"type": "application",
|
||||||
"supported_adapters": ["nonebot.adapters.onebot.v11"]
|
"supported_adapters": ["nonebot.adapters.onebot.v11"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"module_name": "nonebot_plugin_follow_withdraw",
|
||||||
|
"project_link": "nonebot-plugin-follow-withdraw",
|
||||||
|
"name": "follow_withdraw",
|
||||||
|
"desc": "当命令消息被撤回时,Bot跟随撤回命令结果",
|
||||||
|
"author": "CMHopeSunshine",
|
||||||
|
"homepage": "https://github.com/CMHopeSunshine/nonebot-plugin-follow-withdraw",
|
||||||
|
"tags": [],
|
||||||
|
"is_official": false,
|
||||||
|
"type": "application",
|
||||||
|
"supported_adapters": [
|
||||||
|
"nonebot.adapters.onebot.v11",
|
||||||
|
"nonebot.adapters.kaiheila",
|
||||||
|
"nonebot.adapters.onebot.v12",
|
||||||
|
"nonebot.adapters.qqguild"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user