diff --git a/commands/pokedex/smogon.js b/commands/pokedex/smogon.js index fb4f8464..43c13a20 100644 --- a/commands/pokedex/smogon.js +++ b/commands/pokedex/smogon.js @@ -1,6 +1,6 @@ const Command = require('../../framework/Command'); const { MessageEmbed } = require('discord.js'); -const genGames = [null, 'rb', 'gs', 'rs', 'dp', 'bw', 'xy', 'sm', 'ss']; +const genGames = [null, 'rb', 'gs', 'rs', 'dp', 'bw', 'xy', 'sm', 'ss', 'sv']; const games = { rb: 'Red/Blue', gs: 'Gold/Silver',