API-XX commited on
Commit
5a18e9e
Β·
verified Β·
1 Parent(s): 72dc7a9

Upload case.js

Browse files
Files changed (1) hide show
  1. case.js +3 -3
case.js CHANGED
@@ -3416,7 +3416,7 @@ case 'ttaud': {
3416
  }
3417
  break;
3418
  }
3419
- case 'all-in-one': case 'aio': case 'instagram': case 'facebook': case 'tiktok2': case 'twitter': {
3420
  if (!q) return reply("❌ Please provide a valid video link.");
3421
 
3422
  await loading();
@@ -3651,7 +3651,7 @@ case 'gitclone': {
3651
  document: Buffer.from(zipBuffer),
3652
  mimetype: "application/zip",
3653
  fileName: `${repoUrl.split('/').pop()}-master.zip`,
3654
- caption: fontx(`βœ… *GitHub Repository Cloned!*\n\nπŸ”— *Repository:* ${repoUrl}\nπŸ“¦ *Download:* Attached ZIP file.\n> ${caption}`)
3655
  });
3656
 
3657
  } catch (error) {
@@ -3681,7 +3681,7 @@ case 'mediafire': {
3681
  document: { url: json.downloadLink },
3682
  mimetype: `application/${json.mimeType || "octet-stream"}`,
3683
  fileName: json.fileName,
3684
- caption: fontx(`βœ… *MediaFire Download Complete!*\n\nπŸ“‚ *File:* ${json.fileName}\nπŸ“¦ *Size:* ${json.size}\nπŸ”— *Direct Link:* ${json.downloadLink}\n> ${caption}`)
3685
  });
3686
 
3687
  } catch (error) {
 
3416
  }
3417
  break;
3418
  }
3419
+ case 'all-in-one': case 'aio': case 'instagram': case 'facebook': case 'fb': case 'tiktok2': case 'twitter': {
3420
  if (!q) return reply("❌ Please provide a valid video link.");
3421
 
3422
  await loading();
 
3651
  document: Buffer.from(zipBuffer),
3652
  mimetype: "application/zip",
3653
  fileName: `${repoUrl.split('/').pop()}-master.zip`,
3654
+ caption: fontx(`βœ… *GitHub Repository Cloned!*\n\nπŸ”— *Repository:* `) + repoUrl + (`\nπŸ“¦ *Download:* Attached ZIP file.\n> ${caption}`)
3655
  });
3656
 
3657
  } catch (error) {
 
3681
  document: { url: json.downloadLink },
3682
  mimetype: `application/${json.mimeType || "octet-stream"}`,
3683
  fileName: json.fileName,
3684
+ caption: fontx(`βœ… *MediaFire Download Complete!*\n\nπŸ“‚ *File:* ${json.fileName}\nπŸ“¦ *Size:* ${json.size}\nπŸ”— *Direct Link:* `) + json.downloadLink + fontx(`\n> ${caption}`)
3685
  });
3686
 
3687
  } catch (error) {