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 {