change activity

This commit is contained in:
Supositware 2019-03-31 20:41:19 +02:00
parent 7631f85bdc
commit 41b1214bb7

View file

@ -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']});
}
}