From 9c0d8c0fe08c5b882030747f9a01c6704c07d051 Mon Sep 17 00:00:00 2001 From: vylion Date: Sun, 9 Oct 2016 02:30:08 +0200 Subject: [PATCH] Very small "/help" changes. --- src/main/Geiserbot.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/Geiserbot.java b/src/main/Geiserbot.java index cb49547..57167dc 100644 --- a/src/main/Geiserbot.java +++ b/src/main/Geiserbot.java @@ -251,7 +251,7 @@ public class Geiserbot { s += " e id de usuario " + m.getUid() + ".\n"; } catch (NoAuthorMessageException ignored) {} - s += "\nEn el PC que me mantiene, la fecha actual es " + LocalDate.now() + + s += "En el PC que me mantiene, la fecha actual es " + LocalDate.now() + " en el formato ISO-8601."; sendMessage(m.getCid(), s);