From 208ffd38a4eab105dc927ec2681d8f553c460687 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Wed, 21 Nov 2018 02:00:36 +0100 Subject: [PATCH] --- commands/owner/print.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/owner/print.js b/commands/owner/print.js index ec86f6d..c46488e 100644 --- a/commands/owner/print.js +++ b/commands/owner/print.js @@ -29,5 +29,7 @@ module.exports = class printCommand extends Command { } , error:function(err){console.log(err);} }); + +message.say("Printing now!") } }; \ No newline at end of file