* removed rewire. now using babel-rewire instead
* implemented more tests
* changed some eslint params
* linting
* linting
* coverage on getChant
Co-authored-by: Marcus Netz <marcus.netz@godyo.com>
* breaking change: switched to nedb-promises
* Linting
* some dev dependencies
* more tests
* updated package version
* bug fixing
* changed isNaN to isString
* (fix) args[0]
* Generic Object Injection Sink
* (fix) "Character" is not defined.
* added eslint
* improve code quality, use refactored function
* (fix) eslint jest
* "Character" is not defined
* removed unused file Compare.js
* (fix) PointsUsed is not defined
* (fix) eslint moans jsconfig
* turn off "no-prototype-builtins"
* push code coverage
* initial implementation of spells
* added return list of spells. Moved them into seperate json
* added _some_ chants, restructuring data from spells
* added more chants, added command for getting info
* added related messages, added skillcheck for spells (cast)
* better error handling, added chant command
* (fix) Chants were referring to spells
* cleanup testing variables and code
* updated README
* fixed storage location issues and minor bugs
* removed db storage location
* rc1
* (fix) chants_title
* (fix) Uncaught ReferenceError: Discord is not defined
* (fix) more reference errors
Co-authored-by: Marcus Netz <marcus.netz@godyo.com>