loicbersier 6 years ago
parent d680216556
commit 208ffd38a4

@ -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!")
} }
}; };
Loading…
Cancel
Save