From badf784e01cb013d23721ea57d8756341325a28b Mon Sep 17 00:00:00 2001 From: Ske Date: Tue, 9 Apr 2019 22:09:46 +0200 Subject: [PATCH] Add help information for reworked system list command --- src/pluralkit/bot/help.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pluralkit/bot/help.json b/src/pluralkit/bot/help.json index 0a22ab55..1f0231b9 100644 --- a/src/pluralkit/bot/help.json +++ b/src/pluralkit/bot/help.json @@ -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"] } ] },