This commit is contained in:
loicbersier 2018-11-21 02:14:07 +01:00
parent 010d201924
commit 4cee009d22

View file

@ -30,6 +30,6 @@ module.exports = class printCommand extends Command {
, error:function(err){console.log(err);}
});
message.say("Printing now!")
message.say("Printing now! ( if everything have gone correctly )")
}
};