friedrich-de / TMW_Bot

GNU General Public License v3.0
2 stars 5 forks source link

Feature progress bar #18

Closed J-O-S-H-L closed 2 weeks ago

J-O-S-H-L commented 2 weeks ago

Add a progress bar to the check_goal_status function in the immersion_goals cog. This progress bar uses the 🟩 & ⬜ emoji's to display the users progress. 50% of a goal would be displayed as:

🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜

This makes the progress bar about as wide as the embeded message. An example call of the check_goal_status could look something like image