Small Changes

This commit is contained in:
Daniel Odendahl Jr
2017-05-11 01:02:56 +00:00
parent 6c3388d460
commit 2b045448cb
+1 -1
View File
@@ -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.');
}
}
};