Commit graph

11 commits

Author SHA1 Message Date
SileNce5k
e7cdd425d1
Split commands into subdirectories
* Move command files into directories

* Edit relative paths

* Update gitignore

* Finish support for commands in subdir

* Split up getCommandFiles into own function

* Add support for subdirs on help command
2021-07-18 11:24:46 +02:00
1bb6cf6f60
Rename loadNetModueles for consistency 2021-06-30 16:54:36 +02:00
99945f8db8
Add moreHelp to netload command 2021-06-25 19:44:33 +02:00
f9d5b70dbe
Remove useless console.log() line 2021-06-22 17:55:05 +02:00
aae1da7bd4
Send plaintext instead of the file
So people don't have to download the example file.
2021-06-22 17:27:57 +02:00
4b9f8e3687
Fix trying to load from wrong location 2021-06-22 16:23:49 +02:00
f6c4f19a74
Prettify json files 2021-06-19 15:19:26 +02:00
f7c36eefbd
Move config/data files into own directory 2021-04-21 19:27:29 +02:00
db04c07c60
Convert spaces to tabs 2021-04-21 18:36:52 +02:00
dd55112b2c
Fix netload whitelist problems
At least I hope I did 😩
2021-03-16 00:07:49 +01:00
SileNce5k
d636b39d7a
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
2021-03-15 23:29:49 +01:00