mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
🐛 修复 茶服 命令参数设置错误的bug
This commit is contained in:
@@ -55,7 +55,7 @@ alc = on_alconna(
|
|||||||
dest='query',
|
dest='query',
|
||||||
help_text='查询 茶服 游戏信息',
|
help_text='查询 茶服 游戏信息',
|
||||||
),
|
),
|
||||||
Arg('other', Any),
|
Arg('other', Any, flags=[ArgFlag.HIDDEN, ArgFlag.OPTIONAL]),
|
||||||
meta=CommandMeta(
|
meta=CommandMeta(
|
||||||
description='查询 TetrisOnline茶服 的信息',
|
description='查询 TetrisOnline茶服 的信息',
|
||||||
example='茶服查我',
|
example='茶服查我',
|
||||||
|
|||||||
Reference in New Issue
Block a user