MiraBellierr / Kannabotto

Kanna is a Discord bot written in Javascript developed by Mirabellier just for fun. Containing over 100+ commands from different categories.
https://www.kannacoco.me
Apache License 2.0
18 stars 5 forks source link

Achievement command needs to be more readable #11

Open Z3RYX opened 3 years ago

Z3RYX commented 3 years ago

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 offloading the embed generation to another script while also making the list of achievements + their conditions more readable and modifyable over at this PR #9