From add9335c5978dacb3f95035cde6e4f907a1be03b Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 1 Feb 2021 17:42:21 -0500 Subject: [PATCH] Fix --- commands/games-sp/pokemon-advantage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-sp/pokemon-advantage.js b/commands/games-sp/pokemon-advantage.js index 85bbd487..b02e0ffa 100644 --- a/commands/games-sp/pokemon-advantage.js +++ b/commands/games-sp/pokemon-advantage.js @@ -116,7 +116,7 @@ module.exports = class PokemonAdvantageCommand extends Command { ctx.drawImage(bg, 0, 0); if (winner) { const stars = await loadImage( - path.join(__dirname, '..', '..', 'assets', 'images', 'pokmeon-advantage', 'stars.png') + path.join(__dirname, '..', '..', 'assets', 'images', 'pokemon-advantage', 'stars.png') ); if (winner === true) { ctx.drawImage(stars, 20, 0, 200, 200);