diff --git a/src/Commands/Hello.js b/src/Commands/Hello.js index 42e036b..e1eb13e 100644 --- a/src/Commands/Hello.js +++ b/src/Commands/Hello.js @@ -1,3 +1,4 @@ +/* eslint-disable no-unused-vars */ const Command = require('./../Structures/Command.js'); module.exports = class extends Command { diff --git a/src/Commands/Utilities/Serverinfo.js b/src/Commands/Utilities/Serverinfo.js index d38900f..1b566db 100644 --- a/src/Commands/Utilities/Serverinfo.js +++ b/src/Commands/Utilities/Serverinfo.js @@ -1,3 +1,4 @@ +/* eslint-disable no-undef */ /* eslint-disable no-warning-comments */ const Command = require('../../Structures/Command'); const { MessageEmbed } = require('discord.js');