From c5acf5a1dc41f06b5d4eaaf1dd9e2cca4b3cc884 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Wed, 21 Nov 2018 16:54:15 +0100 Subject: [PATCH] typo --- commands/fun/print.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/fun/print.js b/commands/fun/print.js index f5d0d77..2591541 100644 --- a/commands/fun/print.js +++ b/commands/fun/print.js @@ -28,7 +28,7 @@ module.exports = class printCommand extends Command { console.log("sent to printer with ID: "+jobID); message.say("Printing now!") } - , error:function(err){console.log(err); message.say("An error has occured, the printer is most likely disconnectd try again later")} + , error:function(err){console.log(err); message.say("An error has occured, the printer is most likely disconnected, try again later")} }); } }; \ No newline at end of file