Fix smogon

This commit is contained in:
Dragon Fire
2024-03-21 18:46:59 -04:00
parent 80806b299e
commit d354980a04
+1 -1
View File
@@ -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',