Skip to content

Commit

Permalink
Merge pull request #52 from ieew/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ieew authored Jan 15, 2023
2 parents 1bf3f3f + f4bdb98 commit b3f7aca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nonebot/adapters/mirai2/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Config(BaseModel):
None, alias="mirai_verify_key"
)
mirai_host: Optional[str] = None
mirai_port: Optional[str] = None
mirai_port: Optional[int] = None
mirai_qq: Optional[List[str]] = None
mirai_Forward: Optional[bool] = True
mirai_access_token: Optional[str] = None
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_mirai2"
version = "0.0.20"
version = "0.0.21"
description = "兼容 MiraiApiHttp2.x 的 nonebot2_adapter"
authors = ["ieew <[email protected]>"]
license = "AGPL-3.0"
Expand Down

0 comments on commit b3f7aca

Please sign in to comment.