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

Upload case.js

Browse files
Files changed (1) hide show
  1. case.js +1 -1
case.js CHANGED
@@ -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) {
 
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 + fontx(`\nπŸ“¦ *Download:* Attached ZIP file.\n> ${caption}`)
3655
  });
3656
 
3657
  } catch (error) {