From 7631f85bdc612f1a94d9da4a1e7761214d4e30e1 Mon Sep 17 00:00:00 2001 From: Supositware Date: Sun, 31 Mar 2019 20:38:54 +0200 Subject: [PATCH] Add console.log --- event/listeners/commandstarted.js | 1 + 1 file changed, 1 insertion(+) 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']}); } }