From 035324c813e26656bfc087304d9087b2cb8b9673 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 9 Jun 2021 22:21:14 -0400 Subject: [PATCH] Fix lint --- commands/games-sp/hunger-games.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/games-sp/hunger-games.js b/commands/games-sp/hunger-games.js index 0db3e4da..c347df18 100644 --- a/commands/games-sp/hunger-games.js +++ b/commands/games-sp/hunger-games.js @@ -1,5 +1,4 @@ const Command = require('../../framework/Command'); -const { MessageActionRow, MessageButton } = require('discord.js'); const { stripIndents } = require('common-tags'); const { shuffle, removeDuplicates, verify } = require('../../util/Util'); const events = require('../../assets/json/hunger-games');