Warning
该插件未经测试,请谨慎使用
使用 nb-cli 安装
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装nb plugin install nonebot-plugin-number-detection
使用包管理器安装
在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令pip
pip install nonebot-plugin-number-detection
pdm
pdm add nonebot-plugin-number-detection
poetry
poetry add nonebot-plugin-number-detection
conda
conda install nonebot-plugin-number-detection
打开 nonebot2 项目根目录下的 pyproject.toml
文件, 在 [tool.nonebot]
部分追加写入
plugins = ["nonebot-plugin-number-detection"]
在 nonebot2 项目的.env
文件中添加下表中的必填配置
配置项 | 必填 | 默认值 | 说明 |
---|---|---|---|
detect_is_automatic | 否 | false | 是否启用自动踢人 |
detect_headcount | 否 | 10 | 群最大人数 - 当前人数 大于这个值时执行踢人操作,否则不执行 |
指令 | 权限 | 需要@ | 范围 | 说明 |
---|---|---|---|---|
group_ban | 主人 | 否 | all | 手动模式时的踢人命令 |