From 9dd3af02b42eab7928632fbf67575801c7a0aa40 Mon Sep 17 00:00:00 2001 From: xBelladonna Date: Sun, 26 May 2019 01:08:21 +0930 Subject: [PATCH] Update help file Add command aliases for frontpercent to help file and fix typos/mistakes --- src/pluralkit/bot/help.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pluralkit/bot/help.json b/src/pluralkit/bot/help.json index 7cb84a7e..e489459d 100644 --- a/src/pluralkit/bot/help.json +++ b/src/pluralkit/bot/help.json @@ -78,12 +78,12 @@ }, { "name": "frontpercent", - "aliases": ["system frontbreakdown", "system frontpercentage"], - "usage": "system [id] fronthistory [timeframe]", + "aliases": ["system frontbreakdown", "system frontpercentage", "system front%", "system fp"], + "usage": "system [id] frontpercent [timeframe]", "category": "System", "description": "Shows the aggregated front history of a system within a given time frame.", "longdesc": "Percentages may add up to over 100% when multiple members cofront. Time frame will default to 1 month.", - "examples": ["system fronthistory 1 month", "system fronthistory 2 weeks", "system @Foo#1234 fronthistory 4 days"] + "examples": ["system frontpercent 1 month", "system frontpercent 2 weeks", "system @Foo#1234 frontpercent 4 days"] }, { "name": "list",