13 18 homepage="https://github.com/Refound-445/onoebot-plugin-nailongremove", 14 19 config=Config, 15 - supported_adapters={"~onebot.v11"}, 20 + supported_adapters=inherit_supported_adapters( 21 + "nonebot_plugin_alconna", 22 + "nonebot_plugin_uninfo", 23 + ), 16 ...
gif变速 + 倍率或fps,如:gif变速 0.5x;gif变速 10fps 相关插件 nonebot-plugin-alconna强大的 Nonebot2 命令匹配拓展,支持富文本/多媒体解析,跨平台消息收发 nonebot-plugin-uninfoNonebot2 多平台的会话信息(用户、群组、频道)获取插件 nonebot-plugin-ormSQLAlchemy support for NoneBot2...
`nonebotpluginuninfoNonebot2` 是一个用于获取会话信息的插件,它支持多平台的会话信息(用户、群组、频道)的获取。该插件可以安装在任何支持Python的环境中,如命令行、IDE或Web界面等。 使用`nonebotpluginuninfoNonebot2`插件时,需要在会话中设置相应的参数,以便插件能够获取到所需的会话信息。例如,在命令行环境中,...
🍻 publish plugin 堡垒之夜游戏插件 (#3250) 4a9450a noneflowmentioned this on Jan 9, 2025 Plugin: 堡垒之夜游戏插件 #3251 yanyongyu commented on Jan 11, 2025 yanyongyu on Jan 11, 2025 Member 插件依赖 httpx 的版本限制过低。插件支持的适配器请继承依赖的 alc uninfo 插件,记得要在继承前...
Plugin: ZXWB词库问答 #3143 Merged Member yanyongyu commented Nov 28, 2024 插件依赖写死了tortoise orm的版本,插件支持的适配器需要再继承下uninfo?你的logger为啥不从nb导入。 Contributor Author HibiKier commented Nov 29, 2024 已更新插件homepage地址 Member yanyongyu commented Nov 30, 2024 你没...
PyPI 项目名 nonebot-plugin-group-config 插件 import 包名 nonebot_plugin_group_config 标签 [] 插件配置项 GROUP_CONFIG_FORMAT=group-{}.json GROUP_CONFIG_ENABLE_COMMAND=true 插件测试 如需重新运行插件测试,请勾选左侧勾选框
from .config import Config, BotInfo from .config import Config from .event import ( MINIPROGRAM_EVENT_CLASSES, OFFICIAL_EVENT_CLASSES, Event, ) from .exception import ( ActionFailed, NetworkError, ApiNotAvailable, UnkonwnEventError, ) from nonebot import get_plugin_config from nonebot.drivers imp...
简单的狼人杀插件 . Contribute to wyf7685/nonebot-plugin-werewolf development by creating an account on GitHub.
@@ -310,3 +328,50 @@ async def _(session: Uninfo) -> None: await chat_commands.finish(f"已{'启用' if ConfigManager.get().chat.enable else '禁用'}聊天功能") else: await chat_commands.finish("只有群主和(超级)管理员可以切换聊天功能状态")@chat_commands.assign("model.list") ...