Skip to content

Commit

Permalink
refactor(slack): Swap out slack module for wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
crookedneighbor committed Dec 16, 2015
1 parent aade873 commit ebab20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/haxfred-slack.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let Slack = require('slack-client')
let Slack = require('./slack-wrapper')

import onOpen from './onOpen'
import onMessage from './onMessage'
Expand Down

0 comments on commit ebab20e

Please sign in to comment.