From 2ad07791452aaaa554dd4912203e2ea2a6b98cdf Mon Sep 17 00:00:00 2001
From: loicbersier <loic.bersier1@gmail.com>
Date: Wed, 21 Nov 2018 15:58:04 +0100
Subject: [PATCH]

---
 commands/fun/print.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/commands/fun/print.js b/commands/fun/print.js
index 61d5824..f5d0d77 100644
--- a/commands/fun/print.js
+++ b/commands/fun/print.js
@@ -26,9 +26,9 @@ module.exports = class printCommand extends Command {
 	, type: 'TEXT' // type: RAW, TEXT, PDF, JPEG, .. depends on platform
 	, success:function(jobID){
         console.log("sent to printer with ID: "+jobID);
-        message.say("Printing now! ( if everything have gone correctly )")
+        message.say("Printing now!")
 	}
-	, error:function(err){console.log(err);}
+	, error:function(err){console.log(err); message.say("An error has occured, the printer is most likely disconnectd try again later")}
 });
     }
 };
\ No newline at end of file