Update slackid.py

This commit is contained in:
yamanq 2017-10-23 22:32:20 -04:00 committed by GitHub
parent a5e256677a
commit 9c32fb1682

View File

@ -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)