Update furry.js

This commit is contained in:
Lucas Gabriel 2024-06-01 19:21:30 -03:00 committed by GitHub
parent de29c8cd6b
commit 4b45f01860
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);