no key update

This commit is contained in:
Kenneth Jao 2017-02-28 02:51:36 -05:00
parent 611bc1b7c1
commit 579dbe061b
3 changed files with 3 additions and 2 deletions

1
breakbot/.gitignore vendored
View File

@ -1 +1,2 @@
slackbot2.py
keys.txt

View File

@ -15,7 +15,7 @@ AT_BOT = "<@" + BOT_ID + ">"
EXAMPLE_COMMAND = "do"
# instantiate Slack & Twilio clients
slack_client = SlackClient("xoxb-146731148148-GPuD20MDuClwInYYn378ENL9")
slack_client = SlackClient("...")
def handle_command(command, channel):
global targetDate

View File

@ -4,7 +4,7 @@ from slackclient import SlackClient
BOT_NAME = 'break'
slack_client = SlackClient("xoxb-146752022133-pxiuOc2RXHMJDaPO0hSHL67X")
slack_client = SlackClient("...")
if __name__ == "__main__":