mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-22 06:58:24 +00:00
修复获取QQ号错误
Signed-off-by: ChallengerV <245646299@qq.com>
This commit is contained in:
parent
3d327d687d
commit
2300dec2d3
@ -83,7 +83,7 @@ const ProfileList = {
|
||||
let profiles = player.getProfiles()
|
||||
|
||||
// 检测标志位
|
||||
let qq = (e.at && !e.atBot) ? e.at : e.qq
|
||||
let qq = (e.at && !e.atBot) ? e.at : e.user_id
|
||||
await ProfileRank.setUidInfo({ uid, profiles, qq, uidType: isSelfUid ? 'ck' : 'bind' })
|
||||
|
||||
let groupId = e.group_id
|
||||
|
Loading…
Reference in New Issue
Block a user