From 9c32fb1682e5cb7648038ebfc83571809a18ef47 Mon Sep 17 00:00:00 2001 From: yamanq Date: Mon, 23 Oct 2017 22:32:20 -0400 Subject: [PATCH] Update slackid.py --- breakbot/slackid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/breakbot/slackid.py b/breakbot/slackid.py index 8ecbbd7..82918e1 100644 --- a/breakbot/slackid.py +++ b/breakbot/slackid.py @@ -16,4 +16,4 @@ if __name__ == "__main__": if 'name' in user and user.get('name') == BOT_NAME: print("Bot ID for '" + user['name'] + "' is " + user.get('id')) else: - print("could not find bot user with the name " + BOT_NAME) + print("Could not find bot user with the name " + BOT_NAME)