From 6dda6a298d67fde1e5aeb4416c72cdaae9aba61a Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sun, 9 Sep 2018 17:25:29 +0000 Subject: [PATCH] Fix lint --- commands/search/yu-gi-oh.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/search/yu-gi-oh.js b/commands/search/yu-gi-oh.js index 8596025d..a594570c 100644 --- a/commands/search/yu-gi-oh.js +++ b/commands/search/yu-gi-oh.js @@ -1,7 +1,6 @@ const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const request = require('node-superfetch'); -const { stripIndents } = require('common-tags'); const { shorten, firstUpperCase } = require('../../util/Util'); module.exports = class YuGiOhCommand extends Command {