Update guide_quick_start.md

#354
This commit is contained in:
Him188 2020-05-28 14:12:52 +08:00 committed by GitHub
parent 1d971badd9
commit 4c89072e44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ bot.subscribeAlways<GroupMessageEvent> { event ->
if (event.message.content.contains("你好")) {
reply("你好!")
} else if (event.message.content.contains("你好")) {
File("C:\\image.png").uploadAsImage()
File("C:\\image.png").sendAsImage()
}
}