path!
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 17s

This commit is contained in:
Kibi Kelburton 2024-02-20 01:26:59 +01:00
parent 050c9e66c8
commit 00db7c6113

View File

@ -118,7 +118,7 @@ export default async bot => {
console.log("penis123");
try {
await queue.exec(`torsocks wget "${link}" -O "./tmp/${uuid}.${ext}"`);
source = "/opt/f0ck/tmp/"+uuid+"."+ext;
source = "./tmp/"+uuid+"."+ext;
console.log(source);
} catch(err) {
console.log(err);