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 #562 from stphnnnn/master
Browse files Browse the repository at this point in the history
Add users.setPresence to Slack API
  • Loading branch information
Ben Brown authored Jan 4, 2017
2 parents 81586b7 + bb748d4 commit 033b9dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Slack_web_api.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ module.exports = function(bot, config) {
'users.getPresence',
'users.info',
'users.list',
'users.setActive'
'users.setActive',
'users.setPresence'
];

/**
Expand Down

0 comments on commit 033b9dd

Please sign in to comment.