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