This commit is contained in:
Daniel Odendahl Jr
2018-03-19 22:53:19 +00:00
parent 305a9ea25f
commit cea375c4a9
+2 -2
View File
@@ -51,10 +51,10 @@ module.exports = class IllegalCommand extends Command {
ctx.rotate(7 * (Math.PI / 180));
ctx.font = '45px Noto';
ctx.fillText(stripIndents`
${shortenText(ctx, text, 215)}
${shortenText(ctx, text, 200)}
${isOrAre} NOW
ILLEGAL.
`, 760, 300);
`, 750, 290);
return msg.say({ files: [{ attachment: canvas.toBuffer(), name: 'illegal.png' }] });
}
};