Update Readme-CHN

This commit is contained in:
jiahua.liu 2020-02-04 17:23:08 +08:00
parent 773fa9fa88
commit 27ea93c8b0

View File

@ -477,7 +477,7 @@ internal class QQAndroidBotNetworkHandler(bot: QQAndroidBot) : BotNetworkHandler
private val packetReceiveLock: Mutex = Mutex()
/**
* 发送一个包, 但不期待任何返回.
* 发送一个包, 但不期待任何返回.-
*/
suspend fun OutgoingPacket.sendWithoutExpect() {
bot.logger.info("Send: ${this.commandName}")