This example uses a single class to get your bot online and a second class for the bot's command module.
- The Bot Token is loaded via a config file. This is one option to avoid hard-coding your token
- Dependency Injection is not utilized. See Example 2 for the use of Dependancy Injection