From 4cee009d22ecf41ea8ff710f78503b3eb248aaca Mon Sep 17 00:00:00 2001 From: loicbersier Date: Wed, 21 Nov 2018 02:14:07 +0100 Subject: [PATCH] --- commands/fun/print.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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