Closed ForteScarlet closed 2 years ago
配置属性中增加 deviceInfoFileBased 属性,默认为 true 。当此值为 true 时,将会直接通过mirai的 BotConfiguration.fileBasedDeviceInfo($deviceInfoFile ?: "device.json") 进行设备信息配置。
deviceInfoFileBased
true
BotConfiguration.fileBasedDeviceInfo($deviceInfoFile ?: "device.json")
同时弃用内部的simbot-mirai随机设备生成,调整为直接使用mirai的 DeviceInfo.random 进行随机配置。
DeviceInfo.random
配置属性中增加
deviceInfoFileBased
属性,默认为true
。当此值为true
时,将会直接通过mirai的BotConfiguration.fileBasedDeviceInfo($deviceInfoFile ?: "device.json")
进行设备信息配置。同时弃用内部的simbot-mirai随机设备生成,调整为直接使用mirai的
DeviceInfo.random
进行随机配置。