14 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
e19a3b4378 Added thread ID for Gainium challenge
I regert hard-coding thread IDs.
2026-08-02 13:27:50 +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
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
2be9cc5795 Merge pull request 'Called correct function' (#14) from minor-typo-fix into master
Reviewed-on: #14
Reviewed-by: T-BENZIN <t-benzin@noreply.localhost>
2026-02-04 13:42:29 +01:00
1ee949eae2 Called correct function 2026-02-04 12:29:22 +01:00
8bec9a159b Fixed wrong json key being pulled (I forgot to replace the old name) 2026-02-04 12:10:34 +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