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)