mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-13 00:09:08 +02:00
Add support for Scarlet/Violet pokemon
This commit is contained in:
@@ -9,7 +9,8 @@ const games = {
|
||||
bw: 'Black/White',
|
||||
xy: 'X/Y',
|
||||
sm: 'Sun/Moon',
|
||||
ss: 'Sword/Shield'
|
||||
ss: 'Sword/Shield',
|
||||
sv: 'Scarlet/Violet'
|
||||
};
|
||||
|
||||
module.exports = class SmogonCommand extends Command {
|
||||
|
||||
@@ -10,7 +10,7 @@ module.exports = class PokemonStore extends Collection {
|
||||
constructor(options) {
|
||||
super(options);
|
||||
|
||||
this.pokemonCount = 898;
|
||||
this.pokemonCount = 1025;
|
||||
this.pokemonCountWithCry = 893;
|
||||
this.smogonData = {};
|
||||
this.moves = new MoveStore();
|
||||
|
||||
Reference in New Issue
Block a user