Compare commits

..

No commits in common. "5c018ab81b57c3616e06d989f96f6ec104bc506d" and "fffedeccbd01be56d0028f72a445653c81362e25" have entirely different histories.

View File

@ -117,7 +117,7 @@ class FitnessCog(commands.Cog):
) )
return return
unit = parts[2] if len(parts) > 2 else None unit = parts[2] if len(parts) > 2 else "m"
timestamp = int(message.created_at.timestamp()) timestamp = int(message.created_at.timestamp())
username = message.author.name username = message.author.name