From 83e0542a5e20aa8b8fa759e483da7a8a39c12091 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 8 Mar 2021 17:48:13 -0500 Subject: [PATCH] Fix --- commands/edit-image-text/cool-text.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-image-text/cool-text.js b/commands/edit-image-text/cool-text.js index 95f11dc5..72747df2 100644 --- a/commands/edit-image-text/cool-text.js +++ b/commands/edit-image-text/cool-text.js @@ -40,7 +40,7 @@ module.exports = class CoolTextCommand extends Command { const { body } = await request .post('https://cooltext.com/PostChange') .attach({ - ...fonts[font].options, + ...fonts[font], Text: text }); return msg.say({ files: [body.renderLocation] });