From 41b1214bb71df8f30f021280d0de988884ec68f1 Mon Sep 17 00:00:00 2001
From: Supositware <loic.bersier1@gmail.com>
Date: Sun, 31 Mar 2019 20:41:19 +0200
Subject: [PATCH] change activity

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

diff --git a/event/listeners/commandstarted.js b/event/listeners/commandstarted.js
index 7bab5286..c0e9685d 100644
--- a/event/listeners/commandstarted.js
+++ b/event/listeners/commandstarted.js
@@ -26,6 +26,7 @@ class commandStartedListener extends Listener {
 			let count = Math.random() * 100;
 			if (count < 20) {
 				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']});
 			}
 		}