From 248e9a84acea2854249f9eb836b20c9626c81250 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Fri, 20 Nov 2015 00:28:49 -0600 Subject: [PATCH] Update !help remind. --- earwigbot/commands/remind.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/earwigbot/commands/remind.py b/earwigbot/commands/remind.py index 9a3e397..9422e86 100644 --- a/earwigbot/commands/remind.py +++ b/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"]