Skip to content

Commit

Permalink
Add some MORE identical forms
Browse files Browse the repository at this point in the history
  • Loading branch information
Glazelf committed May 14, 2024
1 parent 2c6af14 commit f1703a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/api/pokemon.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ exports.run = async (client, interaction, logger, ephemeral = true) => {
!pokemon.name.endsWith("-Totem") &&
!pokemon.name.startsWith("Arceus-") &&
!pokemon.name.startsWith("Silvally-") &&
!["Flapple-Gmax", "Appletun-Gmax"].includes(pokemon.name)
!["Flapple-Gmax", "Appletun-Gmax", "Toxtricity-Gmax", "Toxtricity-Low-Key-Gmax"].includes(pokemon.name)
);
let whosThatPokemonMessageObject = await getWhosThatPokemon({ pokemonList: allPokemon });
returnString = whosThatPokemonMessageObject.content;
Expand Down

0 comments on commit f1703a1

Please sign in to comment.