path! #70

Merged
schrumpel merged 1 commits from f0ck_local into master 2024-02-20 00:27:17 +00:00
Showing only changes of commit 00db7c6113 - Show all commits

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);