Commit 4c89072e authored by Him188's avatar Him188 Committed by GitHub

Update guide_quick_start.md

#354
parent 1d971bad
......@@ -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()
}
}
......
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