1
0
Fork 0

change activity

akairo
Supositware 5 years ago
parent 7631f85bdc
commit 41b1214bb7

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

Loading…
Cancel
Save