Adding a feature to run the bot as a daemon. `python2 main.py -v` for running it as a normal python script, and `python main.py` should run it as a daemon.
Adding a feature to run the bot as a daemon.
python2 main.py -vfor running it as a normal python script, and
python main.pyshould run it as a daemon.