From 2810660e48188f197ca0effb981e5477db82fbef Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 16 Dec 2020 16:57:20 -0500 Subject: [PATCH] Fix lint --- commands/edit-image/license-plate.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/edit-image/license-plate.js b/commands/edit-image/license-plate.js index 0da0c8dd..3f90d53b 100644 --- a/commands/edit-image/license-plate.js +++ b/commands/edit-image/license-plate.js @@ -1,7 +1,6 @@ const Command = require('../../structures/Command'); const { createCanvas, loadImage, registerFont } = require('canvas'); const path = require('path'); -const { wrapText } = require('../../util/Canvas'); registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'LicensePlate.ttf'), { family: 'License Plate' }); module.exports = class LicensePlateCommand extends Command {