mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 14:55:40 +02:00
Lel
This commit is contained in:
@@ -36,7 +36,7 @@ module.exports = class PokedexCommand extends Command {
|
||||
const embed = new RichEmbed()
|
||||
.setAuthor(`#${pokedex.index[pokemon]} ${pokedex.name[pokemon]}`, `http://www.serebii.net/pokedex-sm/icon/${pokedex.index[pokemon]}.png`)
|
||||
.setColor(0xFF0000)
|
||||
.setDescription(`pokedex.species[pokemon] Pokémon`)
|
||||
.setDescription(`${pokedex.species[pokemon]} Pokémon`)
|
||||
.setFooter('Pokédex - 001-251 Implemented', 'http://cdn.bulbagarden.net/upload/thumb/3/36/479Rotom-Pokédex.png/250px-479Rotom-Pokédex.png')
|
||||
.setThumbnail(`http://www.serebii.net/sunmoon/pokemon/${pokedex.index[pokemon]}.png`)
|
||||
.addField('Entry',
|
||||
|
||||
Reference in New Issue
Block a user