From 538f2cf29e209558e1ba673860aeee42994f3374 Mon Sep 17 00:00:00 2001
From: Supositware <loic.bersier1@gmail.com>
Date: Mon, 1 Apr 2019 00:02:49 +0200
Subject: [PATCH] changed to 5%

---
 event/listeners/commandstarted.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/event/listeners/commandstarted.js b/event/listeners/commandstarted.js
index c0e9685..90d587c 100644
--- a/event/listeners/commandstarted.js
+++ b/event/listeners/commandstarted.js
@@ -24,7 +24,7 @@ class commandStartedListener extends Listener {
 		//Only execute when its april first
 		if (today == '01/04') {
 			let count = Math.random() * 100;
-			if (count < 20) {
+			if (count < 5) {
 				console.log('Gold triggered!');
 				this.client.user.setActivity('people buy haha yes gold™', { type: 'WATCHING' });
 				return message.channel.send('To further utilize this command, please visit https://namejeff.xyz/gold', {files: ['img/gold.png']});