浏览代码

Update !help for !time.

tags/v0.2
Ben Kurtovic 11 年前
父节点
当前提交
7e1882a24a
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      earwigbot/commands/time_command.py

+ 2
- 1
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"]



正在加载...
取消
保存