diff --git a/src/commands.py b/src/commands.py index 8b2b95e..ec928b5 100644 --- a/src/commands.py +++ b/src/commands.py @@ -199,7 +199,7 @@ AutoBotRobot is operated by gollark/osmarks. seen = set() def render(dt: datetime): - return f"{dt.hour}:{dt.minute}" + return f"{dt.hour:02}:{dt.minute:02}" async for message in ctx.channel.history(limit=20): display_name = message.author.display_name