mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 15:27:54 +00:00
add missing help text and redo the existing ones based on CommandHelp.cs
This commit is contained in:
parent
bdf6a6c345
commit
e2b354aae1
14 changed files with 142 additions and 99 deletions
|
|
@ -10,11 +10,11 @@ pub fn cmds() -> impl IntoIterator<Item = Command> {
|
|||
[
|
||||
command!(ap => "autoproxy_show").help("Shows your current autoproxy settings"),
|
||||
command!(ap, ("off", ["stop", "cancel", "no", "disable", "remove"]) => "autoproxy_off")
|
||||
.help("Disables autoproxy"),
|
||||
.help("Disables autoproxying for your system in the current server"),
|
||||
command!(ap, ("latch", ["last", "proxy", "stick", "sticky", "l"]) => "autoproxy_latch")
|
||||
.help("Sets autoproxy to latch mode"),
|
||||
.help("Sets your system's autoproxy in this server to proxy the last manually proxied member"),
|
||||
command!(ap, ("front", ["fronter", "switch", "f"]) => "autoproxy_front")
|
||||
.help("Sets autoproxy to front mode"),
|
||||
command!(ap, MemberRef => "autoproxy_member").help("Sets autoproxy to a specific member"),
|
||||
.help("Sets your system's autoproxy in this server to proxy the first member currently registered as front"),
|
||||
command!(ap, MemberRef => "autoproxy_member").help("Sets your system's autoproxy in this server to proxy a specific member"),
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue