From b0ce2fb3405f2b318d3f1ffaeaa59b064666a889 Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Wed, 21 Nov 2018 19:33:37 +0100 Subject: [PATCH] say who it is --- 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 b83fd431..4c11af2c 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:`Printed by: ${message.author.username}\n${text}` + printer.printDirect({data:`Printed by: ${message.author.username}\n\n${text}` , type: 'TEXT' // type: RAW, TEXT, PDF, JPEG, .. depends on platform , success:function(jobID){ console.log("sent to printer with ID: "+jobID);