chore: format code
This commit is contained in:
4 files changed
+7
-6
No files matched your search
@@ -56,9 +56,11 @@ class PixivCommand : BaseCommand() {
|
||||
} catch (_: Exception) {
|
||||
}
|
||||
}
|
||||
node.addMessageChain(MessageChain.Builder()
|
||||
node.addMessageChain(
|
||||
MessageChain.Builder()
|
||||
.addText("图片来源: Pixiv")
|
||||
.build(), configManager.selfId)
|
||||
.build(), configManager.selfId
|
||||
)
|
||||
message.reply(node.build())
|
||||
return
|
||||
}
|
||||
|
||||
@@ -11,7 +11,6 @@ import cn.rtast.fancybot.*
|
||||
import cn.rtast.rob.ROneBotFactory
|
||||
import cn.rtast.rob.util.ob.OneBotListener
|
||||
import java.io.File
|
||||
import java.net.URI
|
||||
import kotlin.random.Random
|
||||
|
||||
fun randomBooleanWithProbability(probability: Double): Boolean {
|
||||
|
||||
Reference in New Issue
Block a user