From 5b3a11dff7cd583fd26e00e9eda7d30cd948aa69 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Sat, 21 Sep 2024 11:12:03 +0800 Subject: [PATCH] chore: remove \n --- src/main/kotlin/cn/rtast/fancybot/commands/lookup/GPTCommand.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/cn/rtast/fancybot/commands/lookup/GPTCommand.kt b/src/main/kotlin/cn/rtast/fancybot/commands/lookup/GPTCommand.kt index 02a410d..75ec666 100644 --- a/src/main/kotlin/cn/rtast/fancybot/commands/lookup/GPTCommand.kt +++ b/src/main/kotlin/cn/rtast/fancybot/commands/lookup/GPTCommand.kt @@ -61,7 +61,6 @@ class GPTCommand : BaseCommand() { ) val msg = MessageChain.Builder() .addReply(message.messageId) - .addNewLine() .addText(response.choices.first().message.content) .build() listener.sendGroupMessage(message.groupId, msg)