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 #580 from aeria/master
Browse files Browse the repository at this point in the history
Add the reminders API endpoints
  • Loading branch information
Ben Brown authored Jan 4, 2017
2 parents 033b9dd + c2a5ee0 commit 88c41c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/Slack_web_api.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ module.exports = function(bot, config) {
'reactions.get',
'reactions.list',
'reactions.remove',
'reminders.add',
'reminders.complete',
'reminders.delete',
'reminders.info',
'reminders.list',
'rtm.start',
'search.all',
'search.files',
Expand Down

0 comments on commit 88c41c0

Please sign in to comment.