From f01f592a89119cbabce30bad9646d7f439d44c84 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 17 Jan 2021 12:41:20 -0500 Subject: [PATCH] Fix --- commands/games-mp/gunfight.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-mp/gunfight.js b/commands/games-mp/gunfight.js index f49a7dfc..0f1704fd 100644 --- a/commands/games-mp/gunfight.js +++ b/commands/games-mp/gunfight.js @@ -1,6 +1,6 @@ const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); -const { delay, randomRange, verify } = require('../../util/Util'); +const { delay, randomRange, verify, fetchHSUserDisplay } = require('../../util/Util'); const words = ['fire', 'draw', 'shoot', 'bang', 'pull', 'boom']; module.exports = class GunfightCommand extends Command {