Z3RYX
Z3RYX
This PR aims to make achievement.js a lot more readable (removing the one-liner string formatted embed) and modifyable (offloading the achievement list to another file with a dedicated system to...
Currently the achievement command generates the whole embed in two long formatted strings with a bunch of ternary operations (234 across 2 embeds!!!). I'm currently attempting to fix this, by...
The battle command has lots of redundant code and is barely readable. It needs to be almost completely rewritten. While rewriting, it might also be good to do some balancing...
**Is your feature request related to a problem? Please describe.** Outputs can be very short from time to time (especially a problem when the user input is short as well...