Early in-progress work on new help system
This commit is contained in:
parent
a5e62baae9
commit
406ade8d06
1 changed files with 7 additions and 0 deletions
7
help.py
Normal file
7
help.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
map = {
|
||||
"gen": {"name": "General", "cmds": []},
|
||||
"dbg": {"name": "[DEBUG]", "cmds": []},
|
||||
"adm": {"name": "Admin", "cmds": []},
|
||||
"fun": {"name": "Fun", "cmds": []},
|
||||
"msc": {"name": "[DEBUG]", "cmds": []},
|
||||
}
|
Loading…
Add table
Reference in a new issue