From 010d2019243617a3a35a61a96be45aefe90ad108 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Wed, 21 Nov 2018 02:11:10 +0100 Subject: [PATCH] --- 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 c46488e..41f2c74 100644 --- a/commands/fun/print.js +++ b/commands/fun/print.js @@ -22,7 +22,7 @@ module.exports = class printCommand extends Command { } async run(message, { text }) { - printer.printDirect({data:text, printer:'HP-Color-LaserJet-CM1312-MFP' + printer.printDirect({data:text , type: 'TEXT' // type: RAW, TEXT, PDF, JPEG, .. depends on platform , success:function(jobID){ console.log("sent to printer with ID: "+jobID);