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:
@@ -69,7 +69,7 @@ async def _(nb_user: User, event_session: EventSession, bot_info: UserInfo = Bot
|
||||
name=bot_info.user_name,
|
||||
),
|
||||
prompt='io绑定{游戏ID}',
|
||||
_lang=get_lang(),
|
||||
lang=get_lang(),
|
||||
),
|
||||
)
|
||||
) as page_hash:
|
||||
|
||||
Reference in New Issue
Block a user