This commit is contained in:
Dragon Fire
2021-03-08 17:48:13 -05:00
parent 7bd1993778
commit 83e0542a5e
+1 -1
View File
@@ -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] });