diff --git a/commands/games-sp/would-you-rather.js b/commands/games-sp/would-you-rather.js index 0d2b6e24..5696c9bd 100644 --- a/commands/games-sp/would-you-rather.js +++ b/commands/games-sp/would-you-rather.js @@ -1,6 +1,7 @@ const Command = require('../../structures/Command'); const request = require('node-superfetch'); const { stripIndents } = require('common-tags'); +const { formatNumber } = require('../../util/Util'); const choices = ['1', '2']; module.exports = class WouldYouRatherCommand extends Command {