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 7dd40bd commit 220496b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interactions/leaderAdd.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getInfoForUser, airFind } from '../utils'
import { getInfoForUser, airCreate } from '../utils'

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

0 comments on commit 220496b

Please sign in to comment.