From 42e6a25e98e710f7661b95d65dd7542c05ced4ad Mon Sep 17 00:00:00 2001 From: Jacob Henry Date: Thu, 13 Sep 2018 00:43:06 -0400 Subject: [PATCH] Job nagger now points to #general --- job_nagger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/job_nagger.py b/job_nagger.py index 421d55e..458a356 100644 --- a/job_nagger.py +++ b/job_nagger.py @@ -58,4 +58,4 @@ def nag_callback(slack, msg, match): response += "{} (scroll not found. Please register for @ notifications!)".format(job.brother_name) response += "\n" - slack_util.reply(slack, msg, response, in_thread=False, to_channel=channel_util.BOTZONE) + slack_util.reply(slack, msg, response, in_thread=False, to_channel=channel_util.GENERAL)