Professor-Redwood-Team / Professor-Redwood

Pokemon Go Discord Bot
MIT License
34 stars 21 forks source link

move data resources to another repo #131

Closed kc135576 closed 4 years ago

kc135576 commented 4 years ago

separate pokemon data from bot logic. If/when niantic decides to release new pokemon or change existing pokemon, it would be better practice to update the data separately from the rest of the codebase.

kc135576 commented 4 years ago

I looked into migrating the data resources into another repo and set up the data resources as a submodule link, but that seems complicated to migrate to and maintain. The other repo with all the json files have been copied to https://github.com/Professor-Redwood-Team/Pokemon-Go-data, but I doubt it will be seeing much use.