Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
feat friendly welcome message
Browse files Browse the repository at this point in the history
  • Loading branch information
indes committed May 24, 2019
1 parent 973d9ac commit b54220f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ func makeHandle() {
B.Handle("/start", func(m *tb.Message) {
user := model.FindOrInitUser(m.Chat.ID)
log.Printf("/start %d", user.ID)
_, _ = B.Send(m.Chat, fmt.Sprintf("hello"))
_, _ = B.Send(m.Chat, fmt.Sprintf("你好,欢迎使用flowerss。"))
})

B.Handle("/export", func(m *tb.Message) {
Expand Down

0 comments on commit b54220f

Please sign in to comment.