Skip to content

Commit 1555083

Browse files
committed
🔖 v1.2.4
1 parent 9e7e0ca commit 1555083

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nonebot_plugin_osu_match_monitor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
__plugin_meta__ = PluginMetadata(
1515
name="osu! Match Monitor",
16-
description="A NoneBot2 plugin used to monitor osu! match activities using match id",
16+
description="一个监控osu!多人游戏房间动态的插件",
1717
usage="""
1818
.osu match monitor <房间ID> 开始监控指定房间
1919
.osu match stopmonitor <房间ID> 停止监控指定房间

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
44

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

0 commit comments

Comments
 (0)