From d354980a04d4390b754994d43594b06880a06464 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 21 Mar 2024 18:46:59 -0400 Subject: [PATCH] Fix smogon --- commands/pokedex/smogon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',