From aa8971049c9c17b5f524a544caff0c7896d62e81 Mon Sep 17 00:00:00 2001 From: Jacob Henry Date: Wed, 28 Nov 2018 16:28:17 -0500 Subject: [PATCH] Fixed reassignment message --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 21ffd70..3c52010 100644 --- a/main.py +++ b/main.py @@ -73,7 +73,7 @@ async def help_callback(slack: SlackClient, msg: dict, match: Match) -> None: "dump towel data" : Summarize the towel roller work for the week, and reset it. "signoff " : Sign off a brother's house job. Will prompt for more information if needed. "marklate " : Same as above, but to mark a job as being completed but having been done late. - IN PROGRESS: "reassign -> " : Reassign a house job. + "reassign -> " : Reassign a house job. "nagjobs " : Notify in general the house jobs for the week. "reset signoffs" : Clear points for the week, and undo all signoffs. Not frequently useful. "help" : You stupid or something? You're reading it. This is all it does. What do you want from me?