From 6aabcc72e1affaf6591c516ba0db7b8057a61f95 Mon Sep 17 00:00:00 2001 From: Jacob Henry Date: Fri, 1 Mar 2019 00:30:04 -0500 Subject: [PATCH] Fixed the channel --- job_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/job_commands.py b/job_commands.py index 411fffe..3164d03 100644 --- a/job_commands.py +++ b/job_commands.py @@ -360,7 +360,7 @@ signoff_hook = slack_util.ChannelHook(signoff_callback, r"signoff\s+(.*)", r"sign off\s+(.*)", ], - channel_whitelist=["#botzone"]) + channel_whitelist=["#housejobs"]) undo_hook = slack_util.ChannelHook(undo_callback, patterns=[