Add ability to upload modules to the bot via discord
* Remove unused dependencies * Add basic downloading of modules * Add valid-url as dependency * Add loading/reloading of netmodules * Add support for help on netmodules * Add whitelist for netmodules
This commit is contained in:
parent
88100600b9
commit
d636b39d7a
6 changed files with 126 additions and 127 deletions
|
@ -7,7 +7,7 @@
|
|||
"discord.js": "^12.5.1",
|
||||
"express": "^4.17.1",
|
||||
"parse-ms": "^2.1.0",
|
||||
"thesaurize": "^1.0.11"
|
||||
"valid-url": "^1.0.9"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue