7 Commits

Author SHA1 Message Date
f22f1d46d1 Merged 2026-02-04 18:23:41 +01:00
7bcdae7b79 Aligning activity logger 2026-02-04 18:18:58 +01:00
f20a4abc81 Original message is put in lower case whole and redundant .lower() methods are removed.
Modified usage message.
2026-02-04 21:42:25 +05:00
175eeced0c Attempting to be a bit more direct about activity path 2026-02-04 14:02:16 +01:00
1ee949eae2 Called correct function 2026-02-04 12:29:22 +01:00
1b67240976 Fixed minor import issue 2026-02-04 11:44:44 +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