diff --git a/event/listeners/commandstarted.js b/event/listeners/commandstarted.js
index 2f4965ae..380eddc7 100644
--- a/event/listeners/commandstarted.js
+++ b/event/listeners/commandstarted.js
@@ -49,6 +49,7 @@ class commandStartedListener extends Listener {
 		}
 
 		if (dailyStats) {
+			if (command.category.id == 'owner') return; // Don't count owner command
 			let obj = {
 				guild: message.guild.id,
 				command: command.id