浏览代码

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


正在加载...
取消
保存