mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 05:49:49 +02:00
Fix
This commit is contained in:
@@ -4,7 +4,7 @@ const { stripIndents } = require('common-tags');
|
|||||||
const path = require('path');
|
const path = require('path');
|
||||||
const { wrapText } = require('../../util/Canvas');
|
const { wrapText } = require('../../util/Canvas');
|
||||||
const texts = require('../../assets/json/be-like-bill');
|
const texts = require('../../assets/json/be-like-bill');
|
||||||
registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'arialbd.ttf'), { family: 'Arial' });
|
registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'arialbd.ttf'), { family: 'Arial', style: 'Bold' });
|
||||||
|
|
||||||
module.exports = class BeLikeBillCommand extends Command {
|
module.exports = class BeLikeBillCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
|
|||||||
Reference in New Issue
Block a user