Eloazy / TMB

a system to help and optimise some things on torn
0 stars 0 forks source link

ID issue + updateLogs #10

Closed Eloazy closed 1 month ago

Eloazy commented 1 month ago

[!warning] This is just temporary, the code is extremely stupid, but it works

try {members = await Object.keys(serverData.members)} catch {invalid = true}
if(invalid == false) {
// all code
}

the start is becoming a mess, after the updates and merge, optimization will be mandatory due to the purification issue

code ready for testing and review

Eloazy commented 1 month ago

solved a problem in

Temporarymember = await keyBuild(localData.key, 'user', members[i], 'profile')

Using the developer key instead of the client key