Professor-Redwood icon indicating copy to clipboard operation
Professor-Redwood copied to clipboard

Pokemon Go Discord Bot

Results 12 Professor-Redwood issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...

dependencies

Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependencies [qs](https://github.com/ljharb/qs), [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `qs` from 6.5.1 to 6.11.0 Changelog Sourced from qs's changelog....

dependencies

As far as Gen 6 goes, I finished. --CP.json has CPs for all Gen 6 including various forms. May have to update it as we don't have the data on...

I'm currently creating images that give the same data as the !counters command gives. We use it enough in Sequoia. From what I understand, if I use GitHub to store...

enhancement
help wanted

This adds damage calculations, accessible by any of the following commands: ``` !attack !atk !damage !dmg ``` Argument order is very flexible. The following are all equivalent: ``` !dmg mewtwo...

Hey, It's tough to find exactly where gyms are without asking people, especially while on mobile. people seem have shared google maps with lots of pins, which is better than...

Change the data structure in constants.js where `Array` is used to a nested object. Using a hash lookup would be more optimal than using `indexOf` or other array methods.

Currently Redwood seems to be using an unusual amount of memory on startup and requires some clean up. Keeping issue open for a spike on what's going on.

high priority

This adds the ability to extract the text (gym, pokemon name, and time remaining) from the raid boss screen. The text extract functionality works for most images but it does...

Uses fuzzyset.js npm package to run a levenshtein distance calculation for possible pokemon names if the pokemon name is not recognized.