Open hyperevo opened 6 years ago
As discussed, I squashed these into b3eed5d so that the composer files are not in our history. I don't want them added back in:
As we discussed, no PR should have a title like "Minor housekeeping changes" with a list of things inside.
I would expect separate PRs for
I can cherry-pick the relevant commits (deea2c9d044, 05facbf5ab) when I find some time. But if you want things to go smoothly, please make your PRs relative to the current master (a7c2989).
Actually, 05facbf isn't something I can cleanly cherry-pick either. It's got 167 additions and 253 deletions, including README.md.orig and other irrelevant stuff.
1) When I replicated the repo on my server, the hardcoded xataface directory caused it to break. So I changed it to use the one in the conf.ini 2) Changed discord_coop_role to discord_coop_role_id because it is an id. (this is just something I noticed when reading the new discord auth code from dckc)