mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 22:34:46 +02:00
Fix
This commit is contained in:
@@ -70,6 +70,6 @@ module.exports = class BoardroomMeetingCommand extends Command {
|
||||
ctx.fillText(suggestion1, 30, 251, 90);
|
||||
ctx.fillText(suggestion2, 167, 258, 75);
|
||||
ctx.fillText(final, 310, 269, 130);
|
||||
return msg.say({ files: [{ attachment: canvas.toBuffer(), name: 'boardroom-meeting.png' }] });
|
||||
return msg.say({ files: [{ attachment: canvas.toBuffer('image/png'), name: 'boardroom-meeting.png' }] });
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user