fredi-68 / Ram

ProtOS Discord Bot (Codename: Ram) DISCLAIMER: This repository is a mirror of my local network source control. Information may or may not be inaccurate. Updates only whenever I can be bothered.
0 stars 0 forks source link

Load python interpreter command from config file #27

Closed fredi-68 closed 6 years ago

fredi-68 commented 6 years ago

The currently hardcoded "python" command in the RAT doesn't work on most non windows systems since they either use python3 or python3.x to start the interpreter. Fix by adding a config entry.

fredi-68 commented 6 years ago

Added config file config/rat.json which stores the interpreter invocation command