This pr removes some useless code and removes the --production on npm install, as discord often uses -dev packages and removes confusion.
Makes it generally more simple for people to run bots without having to figure out to remove the --production (not needed for bots)
installs python packages into the standard `.local/lib/python3.8/site-packages`
updates install script to user new site-packages and configurable requirements.txt file name.
Resolves#1002