This commit is contained in:
Dragon Fire
2021-01-20 18:36:49 -05:00
parent fdbd5b0efe
commit d0f1a31e54
+1 -1
View File
@@ -103,7 +103,7 @@ module.exports = class PokedexCommand extends Command {
`)
.addField(' Abilities', variety.abilities.join('/'))
.addField(' Smogon Tiers',
games.map(game => {
fetchGames.map(game => {
const smogonData = data.smogonTiers[game];
return `[${smogonData.join('/')}](${data.smogonURL(game)}) (${games[game]})`;
}).join('\n'))