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