From 82e1c069e57bf0766056d5f25e23b5de0939d86e Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 17 Jan 2021 13:52:29 -0500 Subject: [PATCH] Fix --- commands/pokedex/pokedex.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/pokedex/pokedex.js b/commands/pokedex/pokedex.js index 09f031c5..569c1315 100644 --- a/commands/pokedex/pokedex.js +++ b/commands/pokedex/pokedex.js @@ -105,7 +105,7 @@ module.exports = class PokedexCommand extends Command { const connection = msg.guild ? this.client.voice.connections.get(msg.guild.id) : null; const moveUsage = this.client.registry.commands.get('pokedex-moveset').usage(); const statsUsage = this.client.registry.commands.get('pokedex-stats').usage(); - const locationUsage = this.client.regsitry.commands.get('pokedex-location').usage(); + const locationUsage = this.client.registry.commands.get('pokedex-location').usage(); if (connection) { embed.setFooter(stripIndents` Use ${statsUsage} to get their stats.