Skip to content

Commit 2737119

Browse files
🐛 修复 茶服 命令参数设置错误的bug
1 parent 34a654b commit 2737119

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • nonebot_plugin_tetris_stats/game_data_processor/tos_data_processor

nonebot_plugin_tetris_stats/game_data_processor/tos_data_processor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
dest='query',
5656
help_text='查询 茶服 游戏信息',
5757
),
58-
Arg('other', Any),
58+
Arg('other', Any, flags=[ArgFlag.HIDDEN, ArgFlag.OPTIONAL]),
5959
meta=CommandMeta(
6060
description='查询 TetrisOnline茶服 的信息',
6161
example='茶服查我',

0 commit comments

Comments
 (0)