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 {