mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-13 15:58:06 +02:00
Support Gen 8 Pokemon
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user