Change username format

This commit is contained in:
7cc5c4f330d47060 2024-07-17 13:35:14 -04:00
parent 89d9fe2436
commit 4abdd321a9

View file

@ -8,7 +8,7 @@ const fs=require("fs")
module.exports.bot=[];
const generateUser = function generateUser(){
return "@s["+crypto.randomBytes(2).toString("hex")+"_=\xa7c "+crypto.randomBytes(2).toString("hex")
return "@s["+crypto.randomBytes(2).toString("hex")+"_= \xa7"+crypto.randomBytes(2).toString("hex")
}
const loadplug = (botno) => {