From 9c83b1951c1a73f0907e2c7c10b50756767c6402 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 3 Apr 2021 19:57:15 -0400 Subject: [PATCH] Fix lint --- commands/other/screenshot.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/other/screenshot.js b/commands/other/screenshot.js index b39d3874..ef72d066 100644 --- a/commands/other/screenshot.js +++ b/commands/other/screenshot.js @@ -1,6 +1,5 @@ const Command = require('../../structures/Command'); const request = require('node-superfetch'); -const { URL } = require('url'); const { isImageNSFW, isUrlNSFW } = require('../../util/Util'); module.exports = class ScreenshotCommand extends Command {