From 59c61f5201be0ac1670e722621bfbc31a43ef395 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 7 Nov 2020 11:35:57 -0500 Subject: [PATCH] Fix --- commands/games-sp/would-you-rather.js | 1 + 1 file changed, 1 insertion(+) 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 {