Skip to content

Commit

Permalink
🚀v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Agnes4m committed Oct 9, 2023
1 parent cd548bd commit 978d6ba
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ _✨使用第三方api实现vrchat相关操作✨_

本插件适配nonebot2框架,目的是在qq群中获取好友和地图的信息

使用到了saa插件,这代表这个这个插件支持v11,v12,qqguild,kook,tg适配器
使用到了saa插件,这代表这个这个插件支持v11,v12,kook,tg适配器

~~元宇宙大失败~~

Expand Down Expand Up @@ -125,6 +125,14 @@ plugins = [
<details>
<summary>点击展开</summary>

### 0.0.3

- 通过nonebot2商店检查,删除qqguild

### 0.0.2

- 使用pre-commit格式化项目

### 0.0.1

- 新建项目
Expand Down
3 changes: 1 addition & 2 deletions nonebot_plugin_vrchat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from . import __main__ as __main__ # noqa: E402
from .config import ConfigModel # noqa: E402

__version__ = "0.0.2"
__version__ = "0.0.3"
__plugin_meta__ = PluginMetadata(
name="VRChat查询",
description="使用第三方api实现vrchat相关操作,例如查询好友状态",
Expand All @@ -17,7 +17,6 @@
"~onebot.v11",
"~onebot.v12",
"~kaiheila",
"~qqguild",
"~telegram",
},
extra={
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "nonebot_plugin_vrchat"
version = "0.0.2"
version = "0.0.3"
description = "使用第三方api实现vrchat相关操作,plugin for nonebot2"
authors = [
{ name = "Agnes_Digital", email = "Z735803792@163.com" }
Expand Down

0 comments on commit 978d6ba

Please sign in to comment.