Metadata-Version: 2.4
Name: nonebot-plugin-icey
Version: 0.1.1
Summary: Icey QQ群管助手
Requires-Python: <4.0,>=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: nonebot2[fastapi]>=2.4.4
Requires-Dist: nonebot2[httpx]>=2.4.4
Requires-Dist: nonebot2[websockets]>=2.4.4
Requires-Dist: nonebot-adapter-onebot>=2.4.6
Requires-Dist: nonebot-adapter-telegram>=0.1.0b20
Requires-Dist: nonebot-plugin-orm[mysql,postgresql,sqlite]>=0.8.3
Provides-Extra: dev
Requires-Dist: pyright[nodejs]; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Dynamic: license-file

<div align="center">
    <a href="https://v2.nonebot.dev/store">
    <img src="./.docs/Nonebot-Plugin-Icey.svg" width="310" alt="logo"></a>


## ✨ nonebot-plugin-icey ✨
[![python](https://img.shields.io/badge/python-3.10|3.11|3.12|3.13|3.14-blue.svg)](https://www.python.org)
[![uv](https://img.shields.io/badge/package%20manager-uv-black?style=flat-square&logo=uv)](https://github.com/astral-sh/uv)
<br/>
[![ruff](https://img.shields.io/badge/code%20style-ruff-black?style=flat-square&logo=ruff)](https://github.com/astral-sh/ruff)
[![pre-commit](https://results.pre-commit.ci/badge/github/fllesser/nonebot-plugin-template/master.svg)](https://results.pre-commit.ci/latest/github/fllesser/nonebot-plugin-template/master)
[![codecov](https://codecov.io/gh/fllesser/nonebot-plugin-template/graph/badge.svg?token=TMR6QZ6C6I)](https://codecov.io/gh/fllesser/nonebot-plugin-template)
## Documentation
</div>
<!-- See [Docs](https://nonebot.dev/) -->


#### 每次更新升级或者第一次初始化时需要执行以下步骤

1. 数据库迁移

`nb orm revision -m "xxxx_date"`

`nb orm upgrade`

2. 再尝试启动你的bot 
 
`nb run --reload`

3. 

