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)