mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 14:21:41 +02:00
Fix
This commit is contained in:
@@ -40,7 +40,7 @@ module.exports = class CoolTextCommand extends Command {
|
|||||||
const { body } = await request
|
const { body } = await request
|
||||||
.post('https://cooltext.com/PostChange')
|
.post('https://cooltext.com/PostChange')
|
||||||
.attach({
|
.attach({
|
||||||
...fonts[font].options,
|
...fonts[font],
|
||||||
Text: text
|
Text: text
|
||||||
});
|
});
|
||||||
return msg.say({ files: [body.renderLocation] });
|
return msg.say({ files: [body.renderLocation] });
|
||||||
|
|||||||
Reference in New Issue
Block a user