mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
ops i did console.log
This commit is contained in:
parent
72e2d277c1
commit
e1647e6603
1 changed files with 3 additions and 1 deletions
|
@ -11,4 +11,6 @@ function getRandomItem(arr) {
|
|||
|
||||
const username = getRandomItem(names) + getRandomItem(names) + (10 + Math.floor(Math.random() * 90));
|
||||
|
||||
console.log(username);
|
||||
module.exports = function () {
|
||||
return username;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue