This commit is contained in:
parent
050c9e66c8
commit
00db7c6113
|
@ -118,7 +118,7 @@ export default async bot => {
|
||||||
console.log("penis123");
|
console.log("penis123");
|
||||||
try {
|
try {
|
||||||
await queue.exec(`torsocks wget "${link}" -O "./tmp/${uuid}.${ext}"`);
|
await queue.exec(`torsocks wget "${link}" -O "./tmp/${uuid}.${ext}"`);
|
||||||
source = "/opt/f0ck/tmp/"+uuid+"."+ext;
|
source = "./tmp/"+uuid+"."+ext;
|
||||||
console.log(source);
|
console.log(source);
|
||||||
} catch(err) {
|
} catch(err) {
|
||||||
console.log(err);
|
console.log(err);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user