Support Gen 8 Pokemon

This commit is contained in:
Dragon Fire
2020-10-05 19:24:31 -04:00
parent 008c81694f
commit ecca191684
3 changed files with 19 additions and 9 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ const request = require('node-superfetch');
const { list } = require('../../util/Util');
const { silhouette } = require('../../util/Canvas');
const difficulties = ['easy', 'hard'];
const pokemonCount = 807;
const pokemonCount = 893;
module.exports = class WhosThatPokemonCommand extends Command {
constructor(client) {