From e67e86f5387cd8ac5a1f6475cb7c0fc40c1c0225 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Fri, 30 Oct 2020 12:42:10 -0400 Subject: [PATCH] Fix lint --- commands/search/pokedex.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {