diff --git a/commands/search/pokedex.js b/commands/search/pokedex.js index ffd1d769..744fa2c2 100644 --- a/commands/search/pokedex.js +++ b/commands/search/pokedex.js @@ -85,7 +85,7 @@ module.exports = class PokedexCommand extends Command { } } else { const usage = this.client.registry.commands.get('join').usage(); - embed.setFooter(`Join a voice channel and use ${usage} to hear the Pokémon\'s cry.`); + embed.setFooter(`Join a voice channel and use ${usage} to hear the Pokémon's cry.`); } return msg.embed(embed); } catch (err) {