mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-09 09:50:16 +08:00
Fix build
This commit is contained in:
parent
83f721c59a
commit
9531ed8a01
@ -568,7 +568,7 @@ internal abstract class QQAndroidBotBase constructor(
|
||||
network.run {
|
||||
val data = message.calculateValidationDataForGroup(
|
||||
sequenceId = sequenceId,
|
||||
random = Random.nextInt().absoluteValue.toUInt(),
|
||||
random = Random.nextInt().absoluteValue,
|
||||
groupCode = groupCode
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user