Called correct function

This commit is contained in:
AllfatherHatt 2026-02-04 12:29:22 +01:00
parent 1b67240976
commit 1ee949eae2

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