Merge pull request 'Called correct function' (#14) from minor-typo-fix into master

Reviewed-on: #14
Reviewed-by: T-BENZIN <t-benzin@noreply.localhost>
This commit is contained in:
AllfatherHatt 2026-02-04 13:42:29 +01:00
commit 2be9cc5795

View File

@ -30,7 +30,7 @@ class FitnessCog(commands.Cog):
await self.get_log_file(message) await self.get_log_file(message)
return return
# Make sure this one is past every other ! commands # Make sure this one is past every other ! commands
await self.fitness_activity_log(message) await self.log_fitness(message)
return return
# endregion Fitness commands # endregion Fitness commands