From 7e1882a24adaf46a45b6301fd1b4923d5fe8021c Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Mon, 30 Sep 2013 22:06:47 -0400 Subject: [PATCH] Update !help for !time. --- earwigbot/commands/time_command.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/earwigbot/commands/time_command.py b/earwigbot/commands/time_command.py index 4ca91bd..e52087c 100644 --- a/earwigbot/commands/time_command.py +++ b/earwigbot/commands/time_command.py @@ -30,7 +30,8 @@ from earwigbot.commands import Command pytz = importer.new("pytz") class Time(Command): - """Report the current time in any timezone (UTC default), or in beats.""" + """Report the current time in any timezone (UTC default), UNIX epoch time, + or beat time.""" name = "time" commands = ["time", "beats", "swatch", "epoch"]