Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Sep 18, 2019
1 parent ab874cf commit 06cb709
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/interactions/leaderAdd.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
import { getInfoForUser, airCreate, airPatch } from '../utils'
import {
getInfoForUser,
airCreate,
airPatch,
text as transcript,
} from '../utils'

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

0 comments on commit 06cb709

Please sign in to comment.