mirror of
https://github.com/keanuplayz/TravBot-v3.git
synced 2024-08-15 02:33:12 +00:00
Fixed more ESLint errors.
This commit is contained in:
parent
44c6dfab1b
commit
00c4eb41bb
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
/* eslint-disable no-unused-vars */
|
||||
const Command = require('./../Structures/Command.js');
|
||||
|
||||
module.exports = class extends Command {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* eslint-disable no-undef */
|
||||
/* eslint-disable no-warning-comments */
|
||||
const Command = require('../../Structures/Command');
|
||||
const { MessageEmbed } = require('discord.js');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue