Discord-Bot-Choo-Choo
Discord-Bot-Choo-Choo copied to clipboard
added commands loader that loads each command from commands folder
With this file there is no need to always include the new commands in the commands.js? Just put them in the /commands folder ?
With this file there is no need to always include the new commands in the commands.js? Just put them in the /commands folder ?
Yes, that is correct. This way will work for this kind of simple app / bot. Depending on when you import the commands and the size / number of all the commands you will want to twitch it a little bit otherwise it will get slow.