kodycode / PokeBot-Python

Inspired by the original Discord PokéBot
MIT License
15 stars 11 forks source link

[v2] Restructured settings files and removed magic string paths #11

Closed kodycode closed 1 year ago

kodycode commented 1 year ago

This PR refactors all the .json files to be contained in a settings folder and enforces the use of a defined global var for the JSON file paths within the code. Additionally, this PR also separates events into their own individual python file to keep events modular.