Compare commits

..

No commits in common. "2be9cc579567ff9e747096dbf9b2cc372d5e7737" and "07a2bf7e385dc4a27c838581f6f8d678f54f916e" have entirely different histories.

View File

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