mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-04 15:56:52 +02:00
Fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const Command = require('../../structures/Command');
|
||||
const { createCanvas, loadImage, registerFont } = require('canvas');
|
||||
const { drawText } = require('node-canvas-text');
|
||||
const { default: drawText } = require('node-canvas-text');
|
||||
const GIFEncoder = require('gifencoder');
|
||||
const opentype = require('opentype.js');
|
||||
const path = require('path');
|
||||
|
||||
Reference in New Issue
Block a user