comment out unused code pt32

This commit is contained in:
Christopher Cookman 2025-01-02 13:07:42 -07:00
parent b11a84d5c1
commit c9660d82af

View file

@ -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');