notice
This commit is contained in:
parent
2eaf1ad19d
commit
14e99caa2d
@ -22,4 +22,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},请使用 /refresh 刷新数据。", quote=True)
|
||||
msg = await message.reply(f"绑定成功,您绑定的游戏 uid 为:{uid}\n\n"
|
||||
f"请将角色放入展柜,开启显示详细信息后,使用 /refresh 刷新数据。", quote=True)
|
||||
|
Loading…
Reference in New Issue
Block a user