mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-28 05:16:48 +08:00
🍻 publish plugin SUDO (#2276)
This commit is contained in:
parent
f97fbc814e
commit
754c54e268
@ -7138,5 +7138,17 @@
|
|||||||
"is_official": false,
|
"is_official": false,
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"supported_adapters": null
|
"supported_adapters": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"module_name": "nonebot_plugin_sudo",
|
||||||
|
"project_link": "nonebot-plugin-sudo",
|
||||||
|
"name": "SUDO",
|
||||||
|
"desc": "以指定用户身份执行命令",
|
||||||
|
"author": "This-is-XiaoDeng",
|
||||||
|
"homepage": "https://github.com/This-is-XiaoDeng/nonebot-plugin-sudo",
|
||||||
|
"tags": [],
|
||||||
|
"is_official": false,
|
||||||
|
"type": "application",
|
||||||
|
"supported_adapters": ["nonebot.adapters.onebot.v11"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user