mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-11 16:20:13 +00:00
Help page updates
This commit is contained in:
parent
be09c87f52
commit
0aa370e549
6 changed files with 36 additions and 18 deletions
|
|
@ -1,5 +1,6 @@
|
|||
system_commands = """
|
||||
**System commands**
|
||||
Commands for adding, removing, editing, and linking systems, as well as querying fronter and front history.
|
||||
```
|
||||
pk;system [system]
|
||||
pk;system new [system name
|
||||
|
|
@ -18,6 +19,7 @@ pk;unlink
|
|||
|
||||
member_commands = """
|
||||
**Member commands**
|
||||
Commands for adding, removing, and modifying members, as well as adding, removing and moving switches.
|
||||
```
|
||||
pk;member new <member name>
|
||||
pk;member <member>
|
||||
|
|
@ -36,6 +38,16 @@ pk;switch delete
|
|||
```
|
||||
""".strip()
|
||||
|
||||
help_commands = """
|
||||
**Help commands**
|
||||
```
|
||||
pk;help
|
||||
pk;help commands
|
||||
pk;help system
|
||||
pk;help member
|
||||
pk;help proxy
|
||||
```""".strip()
|
||||
|
||||
other_commands = """
|
||||
**Other commands**
|
||||
```
|
||||
|
|
@ -61,7 +73,8 @@ all_commands = """
|
|||
{}
|
||||
{}
|
||||
{}
|
||||
""".strip().format(system_commands, member_commands, other_commands, command_notes)
|
||||
{}
|
||||
""".strip().format(system_commands, member_commands, help_commands, other_commands, command_notes)
|
||||
|
||||
proxy_guide = """
|
||||
**Proxying**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue