This commit is contained in:
Dragon Fire
2020-12-16 16:57:20 -05:00
parent 1d5f6c7088
commit 2810660e48
-1
View File
@@ -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 {