Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
TahaGorme authored Sep 19, 2024
1 parent 899f401 commit 369c1cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

// this only generates chess.com accounts and not nitro codes
// for nitro code generator, contact me on discord @uutu or on telegram @tahagorme

const { connect } = require("puppeteer-real-browser")
const fs = require('fs');
Expand Down Expand Up @@ -83,4 +84,4 @@ function randomString(length) {
result += characters.charAt(Math.floor(Math.random() * charactersLength))
}
return result
}
}

0 comments on commit 369c1cd

Please sign in to comment.