Add console.log

merge-requests/3/head
Supositware 5 years ago
parent 3dcb047afd
commit 7631f85bdc

@ -25,6 +25,7 @@ class commandStartedListener extends Listener {
if (today == '01/04') {
let count = Math.random() * 100;
if (count < 20) {
console.log('Gold triggered!');
return message.channel.send('To further utilize this command, please visit https://namejeff.xyz/gold', {files: ['img/gold.png']});
}
}

Loading…
Cancel
Save