diff --git a/commands/owner/print.js b/commands/owner/print.js
index ec86f6d..c46488e 100644
--- a/commands/owner/print.js
+++ b/commands/owner/print.js
@@ -29,5 +29,7 @@ module.exports = class printCommand extends Command {
 	}
 	, error:function(err){console.log(err);}
 });
+
+message.say("Printing now!")
     }
 };
\ No newline at end of file