summaryrefslogtreecommitdiff
path: root/DiscoBot/Help.json
blob: 737ddf7024b5448346bdab48a37fad1a52850208 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "CommandInfos": [
    {
      "Name": "List",
      "Scope": "All",
      "Description": [ "Testbeschreibung" ]
    },
    {
      "Name": "LE",
      "Scope": "All",
      "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": ["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"]
    }
  ]
}