使用nonebot_plugin_saa实现多适配器支持 0.2.0.post2-post3 修复ba占卜功能在私聊时无法发送的问题 修改部分运势描述语句中的错误描述 修改了全部的运势描述语句,加入了大量对国内外电影,诗歌,小说中的引用,来让描述变得更优美 结合现实生活中的塔罗牌占卜,增加了六个新的占卜牌阵 ...
ALCONNA_ENABLE_SAA_PATCH: 是否启用 SAA 补丁 ALCONNA_APPLY_FILEHOST: 是否启用文件托管 ALCONNA_APPLY_FETCH_TARGETS: 是否启动时拉取一次发送对象列表 ALCONNA_BUILTIN_PLUGINS: 需要加载的alc内置插件集合 ALCONNA_CONFLICT_RESOLVER: 命令冲突解决策略,default 为保留两个命令,raise 为抛出异常,ignore 为忽略新...
from nonebot_plugin_userinfo import ImageSource, UserInfo@@ -52,7 +51,6 @@ homepage="https://github.com/noneplugin/nonebot-plugin-memes", config=Config, supported_adapters=inherit_supported_adapters( "nonebot_plugin_saa", "nonebot_plugin_alconna", ...
nonebot_plugin_picstatus | SAA 不支持的平台,取消响应 https://github.com/nonebot/adapter-dodo XieXiLin2 added enhancement wontfix labels Nov 11, 2023 Contributor XieXiLin2 commented Nov 11, 2023 • edited 等发版 lgc2333 mentioned this issue Nov 11, 2023 请求适配 DoDo Adapter MountainDas...
saa_img = Image(await get_file(img)) messages = msg + saa_img for user_id in user_ids: logger.info(f"检测到当前超话有兑换码,正在给{user_id}推送信息中") await send_private_msg(user_id=user_id, message=messages) except Exception: pass else: message = "未开启微博兑换功能" if m...
nonebot/nonebot2:跨平台Python异步机器人框架 netsora/SoraBot:基于 Nonebot2 开发,互通多平台,超可爱的林汐酱 MeetWq/mybot:基于 NoneBot 的QQ机器人,实现了一些乱七八糟的功能 nonebot_plugin_saa:多适配器消息发送支持 nonebot_plugin_alconna:强大的 Nonebot2 命令匹配拓展...其他内容待书写...
57 changes: 55 additions & 2 deletions 57 src/nonebot_plugin_mystool/utils/common.py Original file line numberDiff line numberDiff line change @@ -26,7 +26,7 @@ from nonebot import Adapter, Botfrom nonebot_plugin_saa import MessageSegmentFactory, Text, AggregatedMessageFactory...