Change username format
This commit is contained in:
parent
89d9fe2436
commit
4abdd321a9
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -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) => {
|
||||
|
|
Loading…
Reference in a new issue