Skip to main content

互通QQ群聊与QQ频道消息的插件

Project description

nonebot-plugin-group-link-guild

互通QQ群聊与QQ频道消息的插件

可同步消息类型

  • 文本
  • 表情
  • 图片
  • 视频
  • @

未支持的类型将被转为:[消息类型],如:[语音][json] 等等

安装

  • 脚手架安装

    pip install nonebot-plugin-group-link-guild
    

    pyproject.toml 中启用插件

  • NB商店安装

    nb plugin install nonebot-plugin-group-link-guild
    

配置

# 互通的群与频道列表
group_link_guild = '[
    {
        "group_id": 123456789,
        "group_cmd": ".",
        "guild_id": 123456789098765,
        "channel_id": 2356423,
        "guild_cmd": "#",
        "self_id": 123456789
    }
]'

# 是否发送头衔,仅支持:[群主][管理员][频道主][超级管理员]
display_role = true

使用

当配置中 xxx_cmd任意命令前缀

在本群聊中需要使用 设置的命令前缀 + 消息 才能发送消息

特别感谢

  • NoneBot2: 插件使用的开发框架。
  • go-cqhttp: 稳定完善的 CQHTTP 实现。

许可证

本项目使用 GNU AGPLv3 作为开源许可证。

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nonebot-plugin-group-link-guild-0.0.6.tar.gz (16.6 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page