Commit 27ea93c8 authored by jiahua.liu's avatar jiahua.liu

Update Readme-CHN

parent 773fa9fa
...@@ -477,7 +477,7 @@ internal class QQAndroidBotNetworkHandler(bot: QQAndroidBot) : BotNetworkHandler ...@@ -477,7 +477,7 @@ internal class QQAndroidBotNetworkHandler(bot: QQAndroidBot) : BotNetworkHandler
private val packetReceiveLock: Mutex = Mutex() private val packetReceiveLock: Mutex = Mutex()
/** /**
* 发送一个包, 但不期待任何返回. * 发送一个包, 但不期待任何返回.-
*/ */
suspend fun OutgoingPacket.sendWithoutExpect() { suspend fun OutgoingPacket.sendWithoutExpect() {
bot.logger.info("Send: ${this.commandName}") bot.logger.info("Send: ${this.commandName}")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment