mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 00:06:42 +02:00
Fix lint
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user