From 2aa6059b28c733b450f4c30a136c2a68d50aba72 Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Tue, 28 Feb 2017 02:16:15 -0500 Subject: [PATCH] slack key update --- breakbot/slackbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/breakbot/slackbot.py b/breakbot/slackbot.py index 3f6f8a4..9de5af1 100644 --- a/breakbot/slackbot.py +++ b/breakbot/slackbot.py @@ -15,7 +15,7 @@ AT_BOT = "<@" + BOT_ID + ">" EXAMPLE_COMMAND = "do" # instantiate Slack & Twilio clients -slack_client = SlackClient("xoxb-146731148148-L3NkZn2dI5N645QUU34sl2mi") +slack_client = SlackClient("xoxb-146731148148-MJkaszrYUiBJB8p7340c6wxI") def handle_command(command, channel): global targetDate