* 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>
* fixing typos
* merge Dynamic commands (#3)
* Update README.md
* Update README.md
* fixing typos
* dynamically read new commands inside folder.
* eslint, update package.json due to moving files
Co-authored-by: Marcus Netz <marcus.netz@godyo.com>
* fix talent checking on empty arguments list
* Origin/message embed (#4)
* add first embedded message on tp.js
* move db from message commands
* fix missing arguments list, add need_args
* add global Message Replies.
* add more global Message Replies.
* more embedded messages. fixing string
* missing comma
* adding a few more strings on talents.
Co-authored-by: Marcus Netz <marcus.netz@godyo.com>
* fixing creating from json file
* bugfix: db not defined
* possible fix for nonworking talent?
* fix double msg
* fix: aliases are now being used
* change: show command displays now some character attributes
* added various aliases to commands, added global strings.
Co-authored-by: Marcus Netz <marcus.netz@godyo.com>