Compare commits
No commits in common. "5c018ab81b57c3616e06d989f96f6ec104bc506d" and "fffedeccbd01be56d0028f72a445653c81362e25" have entirely different histories.
5c018ab81b
...
fffedeccbd
@ -117,7 +117,7 @@ class FitnessCog(commands.Cog):
|
||||
)
|
||||
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())
|
||||
username = message.author.name
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user