This commit is contained in:
Daniel Odendahl Jr
2018-03-19 22:45:02 +00:00
parent 1877c53674
commit 5a0bb986f0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 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. served over 10,000 servers with a uniquely devoted fanbase.
## Commands (289) ## Commands (291)
### Utility: ### Utility:
* **prefix**: Shows or sets the command prefix. * **prefix**: Shows or sets the command prefix.
+1 -1
View File
@@ -54,7 +54,7 @@ module.exports = class IllegalCommand extends Command {
${shortenText(ctx, text, 215)} ${shortenText(ctx, text, 215)}
${isOrAre} NOW ${isOrAre} NOW
ILLEGAL. ILLEGAL.
`, 690, 350); `, 800, 300);
return msg.say({ files: [{ attachment: canvas.toBuffer(), name: 'illegal.png' }] }); return msg.say({ files: [{ attachment: canvas.toBuffer(), name: 'illegal.png' }] });
} }
}; };