summaryrefslogtreecommitdiff
path: root/DiscoBot/Help.json
diff options
context:
space:
mode:
authorKobert-P <kassiaK@yahoo.de>2018-06-07 11:21:55 +0200
committerKobert-P <kassiaK@yahoo.de>2018-06-07 11:21:55 +0200
commit5b87516befe2e4fd0d2f4b372747836d2abf0c8c (patch)
tree3287f86d862a26b401992bdf9eb2752c8bc517b3 /DiscoBot/Help.json
parenta8ec8940142303504f51c99384c6f86ee8fd7b2d (diff)
Multiline help description
Diffstat (limited to 'DiscoBot/Help.json')
-rw-r--r--DiscoBot/Help.json21
1 files changed, 17 insertions, 4 deletions
diff --git a/DiscoBot/Help.json b/DiscoBot/Help.json
index ffbbaf3..737ddf7 100644
--- a/DiscoBot/Help.json
+++ b/DiscoBot/Help.json
@@ -3,22 +3,35 @@
{
"Name": "List",
"Scope": "All",
- "Description": "Testbeschreibung"
+ "Description": [ "Testbeschreibung" ]
},
{
"Name": "LE",
"Scope": "All",
- "Description": "Verändert Leben - im wahrsten Sinne des Wortes"
+ "Description": [
+ "Use !LE to display, set, or change LE value\n\n",
+ " !LE Display values\n",
+ " !LE 30 Set LE to 30\n",
+ " !LE 30 Set LE to 30\n",
+ " !LE +5 Increment LE by 5 (up to the maximum)\n",
+ " !LE ++5 Increment LE by 5 (ignoring the maximum)\n",
+ " !LE -5 Decrease LE by 5\n \n"
+ ],
},
{
"Name": "AE",
"Scope": "All",
- "Description": "Verändert ASTRALPUNKTE"
+ "Description": ["Use !AE (or !Asp) to display, set, or change AE/Asp value\n\n",
+ " !AE Display values\n",
+ " !AE 30 Set Asp to 30\n",
+ " !AE +5 Increment Asp by 5 (up to the maximum)\n",
+ " !AE ++5 Increment Asp by 5 (ignoring the maximum)\n",
+ " !AE -5 Decrease Asp by 5 (down to 0)\n"],
},
{
"Name": "Gm",
"Scope": "Meister",
- "Description": "Gm Aktionen"
+ "Description": ["Gm Aktionen"]
}
]
}