Procházet zdrojové kódy

Update !help remind.

tags/v0.3
Ben Kurtovic před 8 roky
rodič
revize
248e9a84ac
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      earwigbot/commands/remind.py

+ 2
- 1
earwigbot/commands/remind.py Zobrazit soubor

@@ -37,7 +37,8 @@ CANCEL = ["cancel", "stop", "delete", "del", "stop", "unremind", "forget",
SNOOZE = ["snooze", "delay", "reset", "adjust", "modify", "change"]

class Remind(Command):
"""Set a message to be repeated to you in a certain amount of time."""
"""Set a message to be repeated to you in a certain amount of time. See
usage with !remind help."""
name = "remind"
commands = ["remind", "reminder", "reminders", "snooze", "cancel",
"unremind", "forget"]


Načítá se…
Zrušit
Uložit