소스 검색

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"]



불러오는 중...
취소
저장