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

Commit

Permalink
Merge pull request #780 from mohamed-taha/add-user-methods
Browse files Browse the repository at this point in the history
 Add missing user methods for slack api
  • Loading branch information
Ben Brown authored Apr 26, 2017
2 parents 7942701 + 063e127 commit 381f0d7
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 381f0d7

Please sign in to comment.