From 0952d7fc37bb90f86f6b89dd66094769fd2c8738 Mon Sep 17 00:00:00 2001 From: Oliver Cordingley Date: Sat, 23 Jan 2021 17:47:38 +0000 Subject: [PATCH] linted + removed uneeded pkg require placed by VSCode --- src/commands/closeall.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/commands/closeall.js b/src/commands/closeall.js index 8eee123..d2a7e83 100644 --- a/src/commands/closeall.js +++ b/src/commands/closeall.js @@ -15,7 +15,6 @@ const archive = require('../modules/archive'); const { plural } = require('../modules/utils'); const { Op } = require('sequelize'); const toTime = require('to-time-monthsfork'); -const { time } = require('@eartharoid/dtf'); // A slight modification to the 'close' command to allow multiple tickets to be closed at once @@ -64,7 +63,7 @@ module.exports = { .addField('Usage', `\`${config.prefix}${this.name}${' ' + this.usage}\`\n`) .addField('Help', `Type \`${config.prefix}help ${this.name}\` for more information`) .setFooter(guild.name, guild.iconURL()) - ) + ); } tickets = await Ticket.findAndCountAll({