File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11# nonebot-plugin-limiter
2+ [ ![ PyPI] ( https://img.shields.io/pypi/v/nonebot-plugin-limiter?logo=python&logoColor=edb641 )] ( https://pypi.org/project/nonebot-plugin-limiter/ ) [ ![ Python Version] ( https://img.shields.io/badge/python->=3.10-blue?logo=python&logoColor=edb641 )] ( )
23
34提供一个简单易用的冷却(Cooldown)和限流的依赖项用于命令消息速率限制,支持跨平台。
45
3839 pdm add nonebot-plugin-limiter
3940安装仓库 master 分支
4041
41- pdm add git+https://github.com/{owner} /nonebot-plugin-limiter@master
42+ pdm add git+https://github.com/MiddleRed /nonebot-plugin-limiter@master
4243</details >
4344<details >
4445<summary >poetry</summary >
4546
4647 poetry add nonebot-plugin-limiter
4748安装仓库 master 分支
4849
49- poetry add git+https://github.com/{owner} /nonebot-plugin-limiter@master
50+ poetry add git+https://github.com/MiddleRed /nonebot-plugin-limiter@master
5051</details >
5152
5253打开 nonebot2 项目根目录下的 ` pyproject.toml ` 文件, 在 ` [tool.nonebot] ` 部分追加写入
You can’t perform that action at this time.
0 commit comments