mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 21:40:49 +02:00
Fix lint
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
const Command = require('../../structures/Command');
|
const Command = require('../../structures/Command');
|
||||||
const { createCanvas, loadImage, registerFont } = require('canvas');
|
const { createCanvas, loadImage, registerFont } = require('canvas');
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
const { wrapText } = require('../../util/Canvas');
|
|
||||||
registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'LicensePlate.ttf'), { family: 'License Plate' });
|
registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'LicensePlate.ttf'), { family: 'License Plate' });
|
||||||
|
|
||||||
module.exports = class LicensePlateCommand extends Command {
|
module.exports = class LicensePlateCommand extends Command {
|
||||||
|
|||||||
Reference in New Issue
Block a user