Commit graph

9 commits

Author SHA1 Message Date
047ba95311
Get files from top directory + rename file
* Generalise variable names

* Change require stuff to the new thing
2021-07-22 09:26:45 +02:00
b0543a8eb6
Fix issue with reloading commands 2021-07-18 11:52:20 +02:00
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
db04c07c60
Convert spaces to tabs 2021-04-21 18:36:52 +02:00
86b3e57b4a
Delete cache of required files in util/
Addresses #5.
2021-03-10 23:48:41 +01:00
0bfeb8d3b6
Remove TODO
Not gonna implement reloading a specific module. I don't really see it
being worth it as it doesn't take a long time to just reload everything.
2021-03-10 21:10:55 +01:00
984c86ef53
Remove commented out code 2021-03-08 21:17:04 +01:00
7b7054e9f5
Remove console.log debugging 2021-03-08 20:35:50 +01:00
acd2e2a502
Add support for reloading modules(commands) without restarting the bot. 2021-03-08 20:34:31 +01:00