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()
|
||||
.addText("图片来源: Pixiv")
|
||||
.build(), configManager.selfId)
|
||||
node.addMessageChain(
|
||||
MessageChain.Builder()
|
||||
.addText("图片来源: Pixiv")
|
||||
.build(), configManager.selfId
|
||||
)
|
||||
message.reply(node.build())
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user