Who asked ratio changed
This commit is contained in:
parent
660c122cb6
commit
e101d98ae2
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
@ -93,7 +93,7 @@ function gotMessage(message) {
|
|||
message.channel.send('https://cdn.discordapp.com' + linkArr[1]);
|
||||
}
|
||||
|
||||
const chance = help.RNG(1000);
|
||||
const chance = help.RNG(50000);
|
||||
if (chance == 420) {
|
||||
resp.whoAsked(message);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue