diff options
Diffstat (limited to 'src/commands/script.json')
-rw-r--r-- | src/commands/script.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/commands/script.json b/src/commands/script.json new file mode 100644 index 0000000..1d420c1 --- /dev/null +++ b/src/commands/script.json @@ -0,0 +1,9 @@ +{ + "SCRIPT": { + "summary": "A container for Lua scripts management commands.", + "complexity": "Depends on subcommand.", + "group": "scripting", + "since": "2.6.0", + "arity": -2 + } +} |