mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 10:19:11 +02:00
Fix lint
This commit is contained in:
@@ -2,17 +2,6 @@ const Command = require('../../structures/Command');
|
|||||||
const { MessageEmbed } = require('discord.js');
|
const { MessageEmbed } = require('discord.js');
|
||||||
const { stripIndents } = require('common-tags');
|
const { stripIndents } = require('common-tags');
|
||||||
const { list } = require('../../util/Util');
|
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 {
|
module.exports = class PokedexCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
const Command = require('../../structures/Command');
|
const Command = require('../../structures/Command');
|
||||||
const { MessageEmbed } = require('discord.js');
|
const { MessageEmbed } = require('discord.js');
|
||||||
const { stripIndents } = require('common-tags');
|
|
||||||
const genGames = [null, 'rb', 'gs', 'rs', 'dp', 'bw', 'xy', 'sm', 'ss'];
|
const genGames = [null, 'rb', 'gs', 'rs', 'dp', 'bw', 'xy', 'sm', 'ss'];
|
||||||
const games = {
|
const games = {
|
||||||
rb: 'Red/Blue',
|
rb: 'Red/Blue',
|
||||||
|
|||||||
Reference in New Issue
Block a user