mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 10:19:11 +02:00
Fix lint
This commit is contained in:
@@ -62,7 +62,7 @@ module.exports = class PokedexCommand extends Command {
|
|||||||
return pkmn.map(pkmn2 => {
|
return pkmn.map(pkmn2 => {
|
||||||
const found = this.client.pokemon.get(pkmn2);
|
const found = this.client.pokemon.get(pkmn2);
|
||||||
if (found.id === data.id) return `**${found.name}**`;
|
if (found.id === data.id) return `**${found.name}**`;
|
||||||
return found.name
|
return found.name;
|
||||||
}).join('/');
|
}).join('/');
|
||||||
}
|
}
|
||||||
const found = this.client.pokemon.get(pkmn);
|
const found = this.client.pokemon.get(pkmn);
|
||||||
|
|||||||
Reference in New Issue
Block a user