🎨 get_uid()将不会修改ev中的信息

This commit is contained in:
KimigaiiWuyi 2024-10-21 01:20:13 +08:00
parent 3c55ab4ba3
commit c2cd2b0a13
2 changed files with 0 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 459 KiB

View File

@ -85,8 +85,6 @@ async def get_uid(
if uid_data:
uid = uid_data[0]
if uid:
ev.text = ev.text.replace(uid, '')
else:
uid = await bind_model.get_uid_by_game(user_id, ev.bot_id, game_name)