Skip to content

Commit

Permalink
🔖 v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Tosd0 committed Nov 2, 2024
1 parent 9e7e0ca commit 1555083
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nonebot_plugin_osu_match_monitor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

__plugin_meta__ = PluginMetadata(
name="osu! Match Monitor",
description="A NoneBot2 plugin used to monitor osu! match activities using match id",
description="一个监控osu!多人游戏房间动态的插件",
usage="""
.osu match monitor <房间ID> 开始监控指定房间
.osu match stopmonitor <房间ID> 停止监控指定房间
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"

[project]
name = "nonebot-plugin-osu-match-monitor"
version = "1.2.3"
description = "A NoneBot2 plugin used to monitor osu! match activities using match id."
version = "1.2.4"
description = "一个监控osu!多人游戏房间动态的插件"
readme = "README.md"
keywords = ["nonebot2", "osu!", "osu"]
license = { file = "LICENSE" }
Expand Down

0 comments on commit 1555083

Please sign in to comment.