Created the command type `per-guild` these commands are registered when the bot enters a new guild, different of the global type, they can have permissions edited (the permissions system need to be developed yet).
`guild` commands will be registered just in the development guild (probably the purpose of them need to be rethought).
The reload command became adapted to be compatible with the command type system. When a command is reloaded, it's on all other guilds.
Installed the dotenv, chalk, and nodemon packages to the bot for a better development process.
Console messages now have colors, prefixes, and text formatting, to able them requires the console.js file, it has all the messages formatted with the chalk package.
Also moved the README.md and LICENSE to the .github folder.
Added optional propreties to commands.
Commands with the proprety `folder: 'dev'` can't be reloaded via the reload command.
Now the 'interactionCreate' event log the time of executing of the command.