fix
This commit is contained in:
parent
6e975bb992
commit
45e25245fb
@ -23,6 +23,5 @@ async def bind_command(_: Client, message: Message):
|
||||
return await message.reply("uid 非数字", quote=True)
|
||||
uid = message.command[1]
|
||||
set_bind(message.from_user.id, uid)
|
||||
msg = await message.reply(f"绑定成功,您绑定的游戏 uid 为:{uid},正在刷新数据。。。", quote=True)
|
||||
text = await refresh_player(uid)
|
||||
msg = await message.reply(f"绑定成功,您绑定的游戏 uid 为:{uid},请使用 /refresh 刷新数据。", quote=True)
|
||||
await msg.edit(text)
|
||||
|
Loading…
Reference in New Issue
Block a user