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
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