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 {