This commit is contained in:
Dragon Fire
2020-10-30 12:42:10 -04:00
parent a2377e1a5a
commit e67e86f538
+1 -1
View File
@@ -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) {