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] });