mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-06 05:47:53 +00:00
Add help information for reworked system list command
This commit is contained in:
parent
bfdb629aa5
commit
badf784e01
1 changed files with 3 additions and 2 deletions
|
|
@ -79,9 +79,10 @@
|
|||
},
|
||||
{
|
||||
"name": "list",
|
||||
"usage": "system [id] list",
|
||||
"usage": "system [id] list [full]",
|
||||
"category": "System",
|
||||
"description": "Shows a paginated list of a system's members."
|
||||
"description": "Shows a paginated list of a system's members. Add 'full' for more details.",
|
||||
"examples": ["system list", "system list full", "system 102083498529026048 list"]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue