From ed0d000cb701045aff8202fa9f1a8af2bcd3b9c9 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 23 May 2020 23:18:43 -0400 Subject: [PATCH] otf -> ttf --- commands/edit-image/spongebob-time-card.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-image/spongebob-time-card.js b/commands/edit-image/spongebob-time-card.js index 8abb30d7..d9008f89 100644 --- a/commands/edit-image/spongebob-time-card.js +++ b/commands/edit-image/spongebob-time-card.js @@ -2,7 +2,7 @@ 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', 'Spongeboytt1.otf'), { family: 'Spongeboytt1' }); +registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'Spongeboytt1.ttf'), { family: 'Spongeboytt1' }); module.exports = class SpongebobTimeCardCommand extends Command { constructor(client) {