Upload case.js
Browse files
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) {
|