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'];