From edfb6a6d46b3385e79f52eb4f6590f2a1dfb4fa6 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 25 Jan 2021 22:30:31 -0500 Subject: [PATCH] Fix lint --- commands/games-mp/obstruction.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/games-mp/obstruction.js b/commands/games-mp/obstruction.js index b4865db5..336c0123 100644 --- a/commands/games-mp/obstruction.js +++ b/commands/games-mp/obstruction.js @@ -1,7 +1,6 @@ const Command = require('../../structures/Command'); const { stripIndents } = require('common-tags'); -const { verify, list } = require('../../util/Util'); -const colors = require('../../assets/json/domineering'); +const { verify } = require('../../util/Util'); const blankEmoji = '⬜'; const blockEmoji = '🚫'; const userEmoji = '❌';