Finished up with internet archive api utility.

This commit is contained in:
rainbow napkin 2025-01-12 16:39:03 -05:00
parent 4c1d3c9db5
commit b443840c29
9 changed files with 241 additions and 43 deletions

View file

@ -33,7 +33,7 @@ module.exports = class commandPreprocessor{
async preprocess(socket, data){
//Set command object
let commandObj = {
const commandObj = {
socket,
sendFlag: true,
rawData: data,