Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Agnes4m committed Nov 13, 2023
1 parent 1202f82 commit 3304e26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nonebot_plugin_vrchat/vrchat/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class LimitedUserModel(BaseModel):
"""用户id"""
current_avatar_image_url: str
"""头像url"""
current_avatar_thumbnail_image_url: str
current_avatar_thumbnail_image_url: Optional[str]
"""缩略图头像url"""
developer_type: DeveloperType
"""开发者模式"""
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.1.2"
version = "0.1.2-post1"
description = "使用第三方api实现vrchat相关操作,plugin for nonebot2"
authors = [
{ name = "Agnes_Digital", email = "Z735803792@163.com" },
Expand Down

0 comments on commit 3304e26

Please sign in to comment.