Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Oct 16, 2019
1 parent e885349 commit 557fa45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interactions/dm.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getInfoForUser } from '../utils'
import { getInfoForUser, transcript } from '../utils'

const interactionDM = (bot, message) => {
const { user, text } = message
Expand Down

0 comments on commit 557fa45

Please sign in to comment.