`2020-12-19 17:06:44 - info [app.js]: Initializing...
2020-12-19 17:06:44 - info [app.js]: Loading commands...
C:\Users*****\OneDrive\Desktop\DesktopStuff Screen 2\Discord Bots\CalypsoBot-develop\src\Client.js:144
const command = new Command(this); // Instantiate the specific command
^
TypeError: Command is not a constructor
at C:\Users*\OneDrive\Desktop\DesktopStuff Screen 2\Discord Bots\CalypsoBot-develop\src\Client.js:144:25
at Array.forEach ()
at C:\Users*\OneDrive\Desktop\DesktopStuff Screen 2\Discord Bots\CalypsoBot-develop\src\Client.js:142:16
at Array.forEach ()
at Client.loadCommands (C:\Users*\OneDrive\Desktop\DesktopStuff Screen 2\Discord Bots\CalypsoBot-develop\src\Client.js:140:56)
at init (C:\Users*\OneDrive\Desktop\DesktopStuff Screen 2\Discord Bots\CalypsoBot-develop\app.js:22:10)
at Object. (C:\Users*****\OneDrive\Desktop\DesktopStuff Screen 2\Discord Bots\CalypsoBot-develop\app.js:27:1)
at Module._compile (internal/modules/cjs/loader.js:1138:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)
at Module.load (internal/modules/cjs/loader.js:986:32)`
Probably you tried to create a command the produced the error.
Havent added any commands
The only things I've changed are the things I'm supposed to in config.json
Maybe clone the repo again?
If you need further help feel free to join the support server
@WoollenPanda275 did you get this issue sorted out?
You know you can read the error & fix it.