Update gay.js

This commit is contained in:
Lucas Gabriel 2024-06-01 19:21:37 -03:00 committed by GitHub
parent 4b45f01860
commit 6c4b708242
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ module.exports = function (bot, msg) {
function getRandomInt(max) {
return Math.floor(Math.random() * max);
}
};
const randomValue = getRandomInt(2);