Skip to content

Commit

Permalink
fix bad log
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXiaoM committed Dec 16, 2023
1 parent 5304e15 commit a904b18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class GroupWrapper(
}.onFailure { throwable = it }.getOrNull()
GroupMessagePostSendEvent(this, messageChain, throwable, receipt).broadcast()

bot.logger.verbose("Friend($id) <- $messageChain")
bot.logger.verbose("Group($id) <- $messageChain")

return receipt ?: throw throwable!!
}
Expand Down

0 comments on commit a904b18

Please sign in to comment.