PokemonRaidBot
PokemonRaidBot copied to clipboard
Come up with another format for config file
The config file is getting quite ugly. Some formats for consideration:
- yml (Not supported natively by PHP)
- toml (Not supported natively by PHP)
- Prettier JSON with nesting objects
- SQL