From 5a0bb986f0abae0d2ade55281c4ace56c2fa02dd Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Mon, 19 Mar 2018 22:45:02 +0000 Subject: [PATCH] Fix --- README.md | 2 +- commands/image-edit/illegal.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b34e5f9..7075ee08 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Xiao is a Discord bot coded in JavaScript with 300 commands, she is one of the most feature-filled bots out there, and formerly served over 10,000 servers with a uniquely devoted fanbase. -## Commands (289) +## Commands (291) ### Utility: * **prefix**: Shows or sets the command prefix. diff --git a/commands/image-edit/illegal.js b/commands/image-edit/illegal.js index b18dccc9..bfc872be 100644 --- a/commands/image-edit/illegal.js +++ b/commands/image-edit/illegal.js @@ -54,7 +54,7 @@ module.exports = class IllegalCommand extends Command { ${shortenText(ctx, text, 215)} ${isOrAre} NOW ILLEGAL. - `, 690, 350); + `, 800, 300); return msg.say({ files: [{ attachment: canvas.toBuffer(), name: 'illegal.png' }] }); } };