diff --git a/index.js b/index.js index 9d8d6e8..ac74b3e 100644 --- a/index.js +++ b/index.js @@ -17,8 +17,8 @@ log.info("This software is not affiliated with Roblox Corporation.") // dotenv require("dotenv").config(); -const noblox = require("noblox.js") -noblox.setCookie(process.env.ROBLOSECURITY) +// const noblox = require("noblox.js") +// noblox.setCookie(process.env.ROBLOSECURITY) // DB const mariadb = require('mariadb');