Skip to content

Commit

Permalink
chore: add example usage for storage command in response text
Browse files Browse the repository at this point in the history
  • Loading branch information
krau committed Jan 20, 2025
1 parent 9795a85 commit 741ceb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ func setDefaultStorage(ctx *ext.Context, update *ext.Update) error {
text = append(text, styling.Plain("\n"))
text = append(text, styling.Code(name))
}
text = append(text, styling.Plain("\n示例: /storage local"))
ctx.Reply(update, ext.ReplyTextStyledTextArray(text), nil)
return dispatcher.EndGroups
}
Expand Down

0 comments on commit 741ceb8

Please sign in to comment.