From 73b2583145f9ba90d4e2358abdbfcbef3c4ad6f6 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 12 Apr 2019 01:00:22 +0200 Subject: [PATCH] Change dateparser reply --- royalnet/commands/dateparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/royalnet/commands/dateparser.py b/royalnet/commands/dateparser.py index c2dc401f..ac2bf6c7 100644 --- a/royalnet/commands/dateparser.py +++ b/royalnet/commands/dateparser.py @@ -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')}")