From 7ca4195b8b13eab0f4a1b04f7545def369bafd2c Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 18 Dec 2019 12:12:44 -0500 Subject: [PATCH] Fix --- commands/sp-games/whos-that-pokemon.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/sp-games/whos-that-pokemon.js b/commands/sp-games/whos-that-pokemon.js index 9cdb91a4..05eef209 100644 --- a/commands/sp-games/whos-that-pokemon.js +++ b/commands/sp-games/whos-that-pokemon.js @@ -1,6 +1,7 @@ const Command = require('../../structures/Command'); const { createCanvas, loadImage } = require('canvas'); const request = require('node-superfetch'); +const { list } = require('../../util/Util'); const { silhouette } = require('../../util/Canvas'); const difficulties = ['easy', 'hard'];