mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
🐛 修复 _lang 为私有变量不会默认序列化的bug
This commit is contained in:
@@ -57,7 +57,7 @@ async def _(
|
||||
name=bot_info.user_name,
|
||||
),
|
||||
prompt='top绑定{游戏ID}',
|
||||
_lang=get_lang(),
|
||||
lang=get_lang(),
|
||||
),
|
||||
)
|
||||
) as page_hash:
|
||||
|
||||
Reference in New Issue
Block a user