瀏覽代碼

Update README.md

Him188 6 年之前
父節點
當前提交
9848d82db5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -120,7 +120,7 @@ JVM 上启动需 80M 内存, 每多一个机器人实例需要 30M 内存.
 现在体验低付出高效率的 Mirai
 
 ```kotlin
-val bot = TIMPC.Bot(qqId, password).alsoLogin()
+val bot = Bot(qqId, password).alsoLogin()
 bot.subscribeMessages {
   "你好" reply "你好!"
   "profile" reply { sender.queryProfile() }