fix
This commit is contained in:
parent
b8a3fc487d
commit
5827f151a3
@ -9,7 +9,7 @@ from ci import app, me
|
||||
async def info_command(_: Client, message: Message):
|
||||
if check_bind(message.from_user.id):
|
||||
uid = get_bind_uid(message.from_user.id)
|
||||
if len(message.command) == 1:
|
||||
if len(message.command) > 1:
|
||||
if message.command[1].isnumeric():
|
||||
uid = message.command[1]
|
||||
data = Player(uid)
|
||||
|
Loading…
Reference in New Issue
Block a user