Skip to content

Commit

Permalink
🔖 bump version 0.1.0beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
CMHopeSunshine committed Aug 24, 2023
1 parent e75cc92 commit f18c3c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ _✨ Discord 协议适配 ✨_

</div>

## 说明
## 安装

本适配器仍在开发中
通过 `pip install nonebot-adapter-discord` 安装本适配器

可通过 `pip install git+https://github.com/CMHopeSunshine/adapter-discord.git@dev` 安装开发中版本。

可通过 `pip install git+https://github.com/nonebot/adapter-discord.git@master` 安装开发中版本。

由于 [Discord 文档](https://discord.com/developers/docs/intro)存在部分表述不清的地方,并且结构复杂,存在很多 `partial object`
需要更多实际测试以找出问题,欢迎提出 ISSUE 反馈。
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-adapter-discord"
version = "0.1.0"
version = "0.1.0beta1"
description = "Discord adapter for nonebot2"
authors = ["CMHopeSunshine <[email protected]>", "yanyongyu <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit f18c3c8

Please sign in to comment.