From 06cfa29c384d2e07e2119024f2e4d6f69d41eb46 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 3 Jun 2020 18:57:30 -0400 Subject: [PATCH] Fix lint --- commands/edit-meme/phoebe-teaching-joey.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/edit-meme/phoebe-teaching-joey.js b/commands/edit-meme/phoebe-teaching-joey.js index 1e56546e..f7b3baf2 100644 --- a/commands/edit-meme/phoebe-teaching-joey.js +++ b/commands/edit-meme/phoebe-teaching-joey.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', 'Noto-Regular.ttf'), { family: 'Noto' }); registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'Noto-CJK.otf'), { family: 'Noto' }); registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'Noto-Emoji.ttf'), { family: 'Noto' });