nonebot-plugin-batitle

April 6, 2026 · View on GitHub

NoneBotPluginLogo

NoneBotPluginText

nonebot-plugin-batitle

✨ NoneBot 插件 碧蓝档案式标题生成器✨

license pypi python

📖 介绍

这里是插件的详细介绍部分

💿 安装

使用 nb-cli 安装 在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装
nb plugin install nonebot-plugin-batitle
使用包管理器安装 在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令
pip
pip install nonebot-plugin-batitle
pdm
pdm add nonebot-plugin-batitle
poetry
poetry add nonebot-plugin-batitle
conda
conda install nonebot-plugin-batitle

打开 nonebot2 项目根目录下的 pyproject.toml 文件, 在 [tool.nonebot] 部分追加写入

plugins = ["nonebot_plugin_batitle"]

配置项

以下配置项可在 .env.* 文件中设置,具体参考 NoneBot 配置方式

batitle_generator_separator

  • 类型:str
  • 默认:|
  • 说明:插件使用的分隔符

🎉 使用

指令表

指令权限需要@范围说明
batitle (前){batitle_generator_separator}(后)群员所有使用时去掉括号
ba标题 (前){batitle_generator_separator}(后)群员所有同上