5 Commits

Author SHA1 Message Date
b7bf9494aa Fixed typo in aliases key for tonnes 2026-08-02 13:50:09 +02:00
e7c0d8485d added tonnes, fixed ye-olde kilogramme spelling 2026-08-02 13:40:52 +02:00
69cedfc114 added lift.json for lifting activity 2026-08-02 13:21:04 +02:00
9df44d3742 Added aliases for spelling metre/kilometre 2026-02-08 05:46:02 +01:00
4ae03c9b9d Added cog for fitness activity logging feature.
At its starting state it would accept following commands:
- !getunits <activity>: Would send a JSON file with activity units via Discord message. Those files are responsible for setting up a fitness activity to log.
- !getlog <activity>: Would send a CSV file with fitness activity log. Those files contain records with timestamp, username, and reported activity measurements.
- !<activity> <value> <unit (optional)>: Would create a record with your fitness activity in corresponding CSV log file. If you choose to report different unit (feet, for example), it is going to convert as specified in its corresponding JSON file with units (to meters, for example) if the activity specified as convertable. Non-convertable activities' units are ignored.
2026-01-11 10:03:55 +05:00