Debug Builds
This release changes the GitHub actions builds to use Cargo's debug profile, this was done to fix using the bot with Cargo's install command.
The settings file locations with the release profile has been changed to be in the current working directory (CWD) instead of the binary.
If you're a power user, you can run multiple instances with one binary:
cargo install --git https://github.com/shaybox/shaysbot
(or clone and --path .
)
Full Changelog: 0.10.13...0.10.14