From 06cb7091262482af428c41cfcb7b3f556a35f211 Mon Sep 17 00:00:00 2001 From: Max Wofford Date: Wed, 18 Sep 2019 12:53:12 -0400 Subject: [PATCH] Fix missing import --- src/interactions/leaderAdd.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/interactions/leaderAdd.js b/src/interactions/leaderAdd.js index 3103056c..229f0c09 100644 --- a/src/interactions/leaderAdd.js +++ b/src/interactions/leaderAdd.js @@ -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