chore: add example usage for storage command in response text

This commit is contained in:
krau
2025-01-20 11:25:43 +08:00
parent 9795a85dd6
commit 741ceb87fb

View File

@@ -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
}