mirror of
https://github.com/osmarks/autobotrobot
synced 2025-05-08 18:34:13 +00:00
oops
This commit is contained in:
parent
99e987629d
commit
c8041646a8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user