Job nagger now points to #general

This commit is contained in:
Jacob Henry 2018-09-13 00:43:06 -04:00
parent 1c42f81a39
commit 42e6a25e98
1 changed files with 1 additions and 1 deletions

View File

@ -58,4 +58,4 @@ def nag_callback(slack, msg, match):
response += "{} (scroll not found. Please register for @ notifications!)".format(job.brother_name) response += "{} (scroll not found. Please register for @ notifications!)".format(job.brother_name)
response += "\n" 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)