From 40080cadef4f977dc37c15d37dd13b9d9763aa30 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 19 Oct 2020 13:54:16 -0400 Subject: [PATCH] if vs code doesn't stop this --- commands/games-sp/will-you-press-the-button.js | 2 +- commands/info/message.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/games-sp/will-you-press-the-button.js b/commands/games-sp/will-you-press-the-button.js index b75d8d97..faace553 100644 --- a/commands/games-sp/will-you-press-the-button.js +++ b/commands/games-sp/will-you-press-the-button.js @@ -3,7 +3,7 @@ const request = require('node-superfetch'); const Entities = require('html-entities').AllHtmlEntities; const entities = new Entities(); const { stripIndents } = require('common-tags'); -const { verify, formatNumber, formatNumberK } = require('../../util/Util'); +const { verify, formatNumber } = require('../../util/Util'); module.exports = class WillYouPressTheButtonCommand extends Command { constructor(client) { diff --git a/commands/info/message.js b/commands/info/message.js index 22740e56..a289e349 100644 --- a/commands/info/message.js +++ b/commands/info/message.js @@ -1,6 +1,5 @@ const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); -const { null } = require('mathjs'); module.exports = class MessageCommand extends Command { constructor(client) {