changed to 5%
This commit is contained in:
parent
b9cd8418da
commit
538f2cf29e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class commandStartedListener extends Listener {
|
||||||
//Only execute when its april first
|
//Only execute when its april first
|
||||||
if (today == '01/04') {
|
if (today == '01/04') {
|
||||||
let count = Math.random() * 100;
|
let count = Math.random() * 100;
|
||||||
if (count < 20) {
|
if (count < 5) {
|
||||||
console.log('Gold triggered!');
|
console.log('Gold triggered!');
|
||||||
this.client.user.setActivity('people buy haha yes gold™', { type: 'WATCHING' });
|
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