diff --git a/commands/fun/print.js b/commands/fun/print.js index 41f2c746..bfe74616 100644 --- a/commands/fun/print.js +++ b/commands/fun/print.js @@ -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 )") } }; \ No newline at end of file