mirror of
https://github.com/krau/SaveAny-Bot.git
synced 2026-08-28 11:46:42 +08:00
chore: add example usage for storage command in response text
This commit is contained in:
@@ -107,6 +107,7 @@ func setDefaultStorage(ctx *ext.Context, update *ext.Update) error {
|
|||||||
text = append(text, styling.Plain("\n"))
|
text = append(text, styling.Plain("\n"))
|
||||||
text = append(text, styling.Code(name))
|
text = append(text, styling.Code(name))
|
||||||
}
|
}
|
||||||
|
text = append(text, styling.Plain("\n示例: /storage local"))
|
||||||
ctx.Reply(update, ext.ReplyTextStyledTextArray(text), nil)
|
ctx.Reply(update, ext.ReplyTextStyledTextArray(text), nil)
|
||||||
return dispatcher.EndGroups
|
return dispatcher.EndGroups
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user