From 124451839bd41c23df96cfb3b43b5d5d0db991e9 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Fri, 30 Oct 2020 13:06:05 -0400 Subject: [PATCH] Fix --- commands/games-sp/whos-that-pokemon-cry.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/games-sp/whos-that-pokemon-cry.js b/commands/games-sp/whos-that-pokemon-cry.js index d10cf70b..83967a86 100644 --- a/commands/games-sp/whos-that-pokemon-cry.js +++ b/commands/games-sp/whos-that-pokemon-cry.js @@ -1,7 +1,6 @@ const Command = require('../../structures/Command'); const { Readable } = require('stream'); const { reactIfAble } = require('../../util/Util'); -const path = require('path'); const pokemonCount = 893; module.exports = class WhosThatPokemonCryCommand extends Command {