Update slackid.py
This commit is contained in:
parent
a5e256677a
commit
9c32fb1682
@ -16,4 +16,4 @@ if __name__ == "__main__":
|
|||||||
if 'name' in user and user.get('name') == BOT_NAME:
|
if 'name' in user and user.get('name') == BOT_NAME:
|
||||||
print("Bot ID for '" + user['name'] + "' is " + user.get('id'))
|
print("Bot ID for '" + user['name'] + "' is " + user.get('id'))
|
||||||
else:
|
else:
|
||||||
print("could not find bot user with the name " + BOT_NAME)
|
print("Could not find bot user with the name " + BOT_NAME)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user