Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Add missing user methods for slack api
Browse files Browse the repository at this point in the history
- users.deletePhoto
- users.identity
- users.setPhoto
- users.profile.get
- users.profile.set
taken from: https://api.slack.com/methods
  • Loading branch information
mohamed-taha committed Apr 17, 2017
1 parent 121f750 commit 063e127
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/Slack_web_api.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,12 @@ module.exports = function(bot, config) {
'users.info',
'users.list',
'users.setActive',
'users.setPresence'
'users.setPresence',
'users.deletePhoto',
'users.identity',
'users.setPhoto',
'users.profile.get',
'users.profile.set'
];

/**
Expand Down

0 comments on commit 063e127

Please sign in to comment.