Skip to content

Commit

Permalink
fix: missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Jun 16, 2024
1 parent b39f9f9 commit d1e3498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Options = require('../templates/options')
const { getCardsConditions } = require('../functions/commands')
const { getTranslation, getTranslations } = require('../languages/setup')
const { getStats, getLadder } = require('../functions/apiHandler')
const { getGameOption } = require('../functions/utility')
const { getGameOption, getCurrentEloString } = require('../functions/utility')

const buildEmbed = async ({
playerParam,
Expand Down

0 comments on commit d1e3498

Please sign in to comment.