change activity
This commit is contained in:
parent
7631f85bdc
commit
41b1214bb7
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ class commandStartedListener extends Listener {
|
||||||
let count = Math.random() * 100;
|
let count = Math.random() * 100;
|
||||||
if (count < 20) {
|
if (count < 20) {
|
||||||
console.log('Gold triggered!');
|
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']});
|
return message.channel.send('To further utilize this command, please visit https://namejeff.xyz/gold', {files: ['img/gold.png']});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue