Commit 3f3e6fb5 authored by Him188's avatar Him188 Committed by GitHub

Update README.md

parent 66402926
...@@ -51,7 +51,7 @@ implementation("net.mamoe:mirai-core-timpc-android:VERSION") ...@@ -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() }
......
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