AsyncIO version of twitch bot including major class rework and cleanup.
To Run:
- Create configuration file (config.py) containing the following variables:
- PASS = 'oauth:(your oauth here)'
- IDENT = '(twitch username for bot)'
- CHANNEL= '(your channel name)'
- python3 hakcbot_run.py (in terminal)