Allows info command to return Previous Evolutions #881
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR will make it so that when a user runs the
!info
command on a mon, it will do a search for previous evolutions along side evolutions (i.e!info Charmeleon
would return the data for both Charmander and Charizard). This also introduces a new util file called evoGetData.js. ThecalcDevolutions
part of this can be moved over to the same file thatraids
uses if required.Motivation and Context
This was just something that was in #wishlist so I decided to work on adding it
How Has This Been Tested?
I tested this with my own instance.
Screenshots (if appropriate):
Types of changes
Checklist: