소스 검색

Update !help remind.

tags/v0.3
Ben Kurtovic 8 년 전
부모
커밋
248e9a84ac
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      earwigbot/commands/remind.py

+ 2
- 1
earwigbot/commands/remind.py 파일 보기

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


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