This commit is contained in:
loicbersier 2018-11-21 02:00:36 +01:00
parent d680216556
commit 208ffd38a4

View file

@ -29,5 +29,7 @@ module.exports = class printCommand extends Command {
} }
, error:function(err){console.log(err);} , error:function(err){console.log(err);}
}); });
message.say("Printing now!")
} }
}; };