MegBot
MegBot copied to clipboard
Fix standard paths
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
There's also some hard-coded paths that need fixing too.