Merge remote-tracking branch 'origin/master'

This commit is contained in:
Him188 2019-12-20 10:20:11 +08:00
commit 5881507b68

View File

@ -51,7 +51,7 @@ implementation("net.mamoe:mirai-core-timpc-android:VERSION")
现在您可以开始体验低付出高效率的 Mirai 现在您可以开始体验低付出高效率的 Mirai
```kotlin ```kotlin
val bot = Bot(qqId, password).alsoLogin() val bot = TIMPC.Bot(qqId, password).alsoLogin()
bot.subscribeMessages { bot.subscribeMessages {
"你好" reply "你好!" "你好" reply "你好!"
"profile" reply { sender.queryProfile() } "profile" reply { sender.queryProfile() }