1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Change dateparser reply

This commit is contained in:
Steffo 2019-04-12 01:00:22 +02:00
parent 49382b9bc1
commit 73b2583145

View file

@ -18,4 +18,4 @@ class DateparserCommand(Command):
if date is None:
await call.reply("🕕 La data inserita non è valida.")
return
await call.reply(f"🕐 La data inserita è {date.isoformat()}")
await call.reply(f"🕐 La data inserita è {date.strftime('%Y-%m-%d %H:%M:%S')}")