Who asked ratio changed

This commit is contained in:
ZyLacx 2022-07-26 21:30:15 +02:00 committed by GitHub
parent 660c122cb6
commit e101d98ae2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,7 +93,7 @@ function gotMessage(message) {
message.channel.send('https://cdn.discordapp.com' + linkArr[1]); message.channel.send('https://cdn.discordapp.com' + linkArr[1]);
} }
const chance = help.RNG(1000); const chance = help.RNG(50000);
if (chance == 420) { if (chance == 420) {
resp.whoAsked(message); resp.whoAsked(message);
} }