mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-27 18:45:05 +08:00
🍻 publish plugin 过期事件过滤器 (#2168)
This commit is contained in:
parent
26e4f23a67
commit
5c72fd5ba7
@ -7001,5 +7001,20 @@
|
|||||||
"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_eventexpiry",
|
||||||
|
"project_link": "nonebot-plugin-eventexpiry",
|
||||||
|
"name": "过期事件过滤器",
|
||||||
|
"desc": "自动过滤过期事件",
|
||||||
|
"author": "A-kirami",
|
||||||
|
"homepage": "https://github.com/A-kirami/nonebot-plugin-eventexpiry",
|
||||||
|
"tags": [],
|
||||||
|
"is_official": false,
|
||||||
|
"type": "library",
|
||||||
|
"supported_adapters": [
|
||||||
|
"nonebot.adapters.onebot.v11",
|
||||||
|
"nonebot.adapters.onebot.v12"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user