This commit is contained in:
osmarks 2024-05-01 11:23:58 +01:00
parent 99e987629d
commit c8041646a8
1 changed files with 1 additions and 1 deletions

View File

@ -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