MaxEtMoritz / PNavCopy

IITC Addon that copies Portal Names and Locations to Clipboard or sends them to Discord in the format needed by the PokeNav Discord Bot.
ISC License
5 stars 2 forks source link

Bot: expecting 'pokestop' in edits file but getting 'stop' #20

Closed MaxEtMoritz closed 2 years ago

MaxEtMoritz commented 2 years ago

I submit the creation POI types as 'pokestop' and 'gym', but in the edits json it is 'stop' and 'gym'. The Bot currently expects both to be 'pokestop' and 'gym' and thus states 'JSON parsing failed' when receiving an edits file.

This should probably be adapted in the script, to be more consistent.

MaxEtMoritz commented 2 years ago

done in 7392a36