From 2b045448cbd5b0a7b0a614c51085b541fa9c684d Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 11 May 2017 01:02:56 +0000 Subject: [PATCH] Small Changes --- commands/avataredit/card.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/avataredit/card.js b/commands/avataredit/card.js index 84e575b2..373f25ab 100644 --- a/commands/avataredit/card.js +++ b/commands/avataredit/card.js @@ -71,7 +71,7 @@ module.exports = class CardCommand extends Command { return msg.channel.send({ files: [{ attachment: canvas.toBuffer(), name: 'card.png' }] }) .catch(err => msg.say(err)); } catch (err) { - return msg.say('An Error Occurred while creating the image. ' + err.stack); + return msg.say('An Error Occurred while creating the image.'); } } };