Update gay.js
This commit is contained in:
parent
4b45f01860
commit
6c4b708242
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ module.exports = function (bot, msg) {
|
||||||
|
|
||||||
function getRandomInt(max) {
|
function getRandomInt(max) {
|
||||||
return Math.floor(Math.random() * max);
|
return Math.floor(Math.random() * max);
|
||||||
}
|
};
|
||||||
|
|
||||||
const randomValue = getRandomInt(2);
|
const randomValue = getRandomInt(2);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue