This commit is contained in:
Dragon Fire
2020-01-20 11:11:20 -05:00
parent 75b1a07906
commit 8bb9f8daad
+1 -1
View File
@@ -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) {