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 {