Quellcode durchsuchen

Update !help for !time.

tags/v0.2
Ben Kurtovic vor 11 Jahren
Ursprung
Commit
7e1882a24a
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. +2
    -1
      earwigbot/commands/time_command.py

+ 2
- 1
earwigbot/commands/time_command.py Datei anzeigen

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



Laden…
Abbrechen
Speichern