mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 22:44:32 +02:00
Fix
This commit is contained in:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user