diff --git a/event/listeners/commandstarted.js b/event/listeners/commandstarted.js
index 4464d1da..7bab5286 100644
--- a/event/listeners/commandstarted.js
+++ b/event/listeners/commandstarted.js
@@ -25,6 +25,7 @@ class commandStartedListener extends Listener {
 		if (today == '01/04') {
 			let count = Math.random() * 100;
 			if (count < 20) {
+				console.log('Gold triggered!');
 				return message.channel.send('To further utilize this command, please visit https://namejeff.xyz/gold', {files: ['img/gold.png']});
 			}
 		}