Fixed more ESLint errors.

This commit is contained in:
Keanu Timmermans 2020-07-01 11:14:33 +02:00
parent 44c6dfab1b
commit 00c4eb41bb
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
/* eslint-disable no-unused-vars */
const Command = require('./../Structures/Command.js');
module.exports = class extends Command {

View File

@ -1,3 +1,4 @@
/* eslint-disable no-undef */
/* eslint-disable no-warning-comments */
const Command = require('../../Structures/Command');
const { MessageEmbed } = require('discord.js');