This is a refactor/dev that changes how the commands work but the usage stays the same for the end user. The only difference is that you now have to install each command as a separate file
[Refactor]
Moved all the commands to their respective file, just like a plugin system to easily allow the user to add/remove commands
If the server has no commands it will display a message when trying to run any command with the prefix
[Dev]
Added args comment for the CreateCommand function (commandValue and commandHelp)