https://github.com/stillmisty/nonebot_plugin_timed_nickname_updater
按时更新群友昵称中日期数字
https://github.com/stillmisty/nonebot_plugin_timed_nickname_updater
Last synced: 26 days ago
JSON representation
按时更新群友昵称中日期数字
- Host: GitHub
- URL: https://github.com/stillmisty/nonebot_plugin_timed_nickname_updater
- Owner: StillMisty
- License: apache-2.0
- Created: 2025-01-12T17:30:10.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-26T11:07:58.000Z (3 months ago)
- Last Synced: 2025-03-26T17:44:03.283Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nonebot_plugin_timed_nickname_updater
## 📖 介绍
基于Nonebot2,按时更新群友昵称中日期,机器人账号需要为管理员。
## 💿 安装
使用nb-cli安装插件
```shell
nb plugin install nonebot_plugin_timed_nickname_updater
```使用pip安装插件
```shell
pip install nonebot_plugin_timed_nickname_updater
```## 🕹️ 使用
1. `昵称更新 <更新值> <间隔>`:更新值为整数,默认为 1,间隔为整数,以天为单位,默认为 1
2. `昵称重置 <更新值>`:将昵称中数字重置为更新值,默认为 0示例:
无敌鲍龙战士(禁欲第24天)
一天后更新为
无敌鲍龙战士(禁欲第25天)