Archived
1
0
Fork 0

Update __init__.py

This commit is contained in:
yzhh 2022-01-15 20:38:18 +08:00 committed by GitHub
parent 3f80b965f3
commit 7be6f4eace
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,8 @@ biliuser = on_command(
base = False,
required_superuser = False
)
@biliuser.handle('<uid> {根据UID获取哔哩哔哩用户信息}')
async def main(msg: MessageSession):
uid = f'{msg.parsed_msg["<uid>"]}'
message = await bu(uid)
message = await bu(msg.parsed_msg["<uid>"])
await msg.sendMessage(message)