mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 13:53:12 +02:00
Fix
This commit is contained in:
@@ -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] });
|
||||
|
||||
Reference in New Issue
Block a user