Skip to content

Commit

Permalink
Test fix for slash command responses in channels @orpheus doesn't hav…
Browse files Browse the repository at this point in the history
…e access to
  • Loading branch information
maxwofford committed Sep 24, 2019
1 parent 43e32ae commit 4570ed9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/interactions/stats.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import _ from 'lodash'
import { getInfoForUser, text } from '../utils'
import { getInfoForUser, text, initBot } from '../utils'

const interactionStats = (bot, message) => {
const interactionStats = (_bot, message) => {
const bot = initBot()
const { user } = message

bot.replyAndUpdate(
Expand Down

0 comments on commit 4570ed9

Please sign in to comment.