Merge pull request 'path?' (#69) from f0ck_local into master
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 17s

Reviewed-on: #69
This commit is contained in:
Kibi Kelburton 2024-02-20 00:17:04 +00:00
commit 78457fd644

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 = "/home/f0ck/f0ckv2/tmp/"+uuid+"."+ext;
source = "/opt/f0ck/tmp/"+uuid+"."+ext;
console.log(source);
} catch(err) {
console.log(err);