Explorar el Código

Make !date an alias for !time

tags/v0.2
Kunal Mehta hace 10 años
padre
commit
a19a88bd7c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      earwigbot/commands/time_command.py

+ 1
- 1
earwigbot/commands/time_command.py Ver fichero

@@ -33,7 +33,7 @@ class Time(Command):
"""Report the current time in any timezone (UTC default), UNIX epoch time,
or beat time."""
name = "time"
commands = ["time", "beats", "swatch", "epoch"]
commands = ["time", "beats", "swatch", "epoch", "date"]

def process(self, data):
if data.command in ["beats", "swatch"]:


Cargando…
Cancelar
Guardar