diff --git a/commands/pokedex/pokedex-stats.js b/commands/pokedex/pokedex-stats.js index fb51a766..287d4b59 100644 --- a/commands/pokedex/pokedex-stats.js +++ b/commands/pokedex/pokedex-stats.js @@ -2,17 +2,6 @@ const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const { stripIndents } = require('common-tags'); const { list } = require('../../util/Util'); -const genGames = [null, 'rb', 'gs', 'rs', 'dp', 'bw', 'xy', 'sm', 'ss']; -const games = { - rb: 'Red/Blue', - gs: 'Gold/Silver', - rs: 'Ruby/Sapphire', - dp: 'Diamond/Pearl', - bw: 'Black/White', - xy: 'X/Y', - sm: 'Sun/Moon', - ss: 'Sword/Shield' -}; module.exports = class PokedexCommand extends Command { constructor(client) { diff --git a/commands/pokedex/smogon.js b/commands/pokedex/smogon.js index ee87eebe..a3398eba 100644 --- a/commands/pokedex/smogon.js +++ b/commands/pokedex/smogon.js @@ -1,6 +1,5 @@ const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); -const { stripIndents } = require('common-tags'); const genGames = [null, 'rb', 'gs', 'rs', 'dp', 'bw', 'xy', 'sm', 'ss']; const games = { rb: 'Red/Blue',