Fixed channel code
This commit is contained in:
parent
a56b4e91b1
commit
645735eade
|
|
@ -217,7 +217,7 @@ async def nag_callback(slack, msg, match):
|
|||
|
||||
signoff_hook = slack_util.Hook(signoff_callback,
|
||||
pattern=r"signoff\s+(.*)",
|
||||
channel_whitelist=[channel_util.BOTZONE])
|
||||
channel_whitelist=[channel_util.HOUSEJOBS])
|
||||
|
||||
reset_hook = slack_util.Hook(reset_callback,
|
||||
pattern=r"reset signoffs",
|
||||
|
|
|
|||
Loading…
Reference in New Issue