Currently we load standard plugins and libraries via a path set in the config. This doesn't work if the user has installed MegBot via python setup.py install and then runs the bot from a separate directory.
There's no need for this. The only configurable paths should be for databases and additional plugins
Currently we load standard plugins and libraries via a path set in the config. This doesn't work if the user has installed MegBot via `python setup.py install` and then runs the bot from a separate directory.
There's no need for this. The only configurable paths should be for databases and *additional* plugins