plugins-core/simplecommands/plugin.json

10 lines
259 B
JSON
Raw Permalink Normal View History

2020-11-29 18:54:25 +00:00
{
"main": "plugin.js",
"name": "simplecommands",
"description": "Official Simplistic Commands API for Squeebot 3",
"tags": ["handler", "commands", "api"],
"version": "1.1.4",
2020-11-29 18:54:25 +00:00
"dependencies": ["control?", "permissions?"],
"npmDependencies": []
}