mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-13 06:30:13 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
5881507b68
@ -51,7 +51,7 @@ implementation("net.mamoe:mirai-core-timpc-android:VERSION")
|
||||
现在您可以开始体验低付出高效率的 Mirai
|
||||
|
||||
```kotlin
|
||||
val bot = Bot(qqId, password).alsoLogin()
|
||||
val bot = TIMPC.Bot(qqId, password).alsoLogin()
|
||||
bot.subscribeMessages {
|
||||
"你好" reply "你好!"
|
||||
"profile" reply { sender.queryProfile() }
|
||||
|
Loading…
Reference in New Issue
Block a user