Upload case.js
Browse files
case.js
CHANGED
@@ -3732,6 +3732,7 @@ case 'mediafire': {
|
|
3732 |
case 'getjid': {
|
3733 |
reply(from)
|
3734 |
}
|
|
|
3735 |
case 'fancy': {
|
3736 |
if (!q) return reply("β Please provide a text to convert.\n\nExample: *!fancy Blue Demon*");
|
3737 |
|
@@ -3749,7 +3750,7 @@ case 'fancy': {
|
|
3749 |
let fancyTextList = json.fancy_texts.slice(0, 15).map((text, i) => `${i + 1}. *${text}*`).join("\n");
|
3750 |
|
3751 |
conn.sendMessage(m.chat, {
|
3752 |
-
text: fontx(`π¨ *Fancy Text Generator*\n\nπ *Original:* ${json.original_text}\n\n${fancyTextList}\n
|
3753 |
}, { quoted: m });
|
3754 |
|
3755 |
} catch (error) {
|
|
|
3732 |
case 'getjid': {
|
3733 |
reply(from)
|
3734 |
}
|
3735 |
+
break;
|
3736 |
case 'fancy': {
|
3737 |
if (!q) return reply("β Please provide a text to convert.\n\nExample: *!fancy Blue Demon*");
|
3738 |
|
|
|
3750 |
let fancyTextList = json.fancy_texts.slice(0, 15).map((text, i) => `${i + 1}. *${text}*`).join("\n");
|
3751 |
|
3752 |
conn.sendMessage(m.chat, {
|
3753 |
+
text: fontx(`π¨ *Fancy Text Generator*\n\nπ *Original:* ${json.original_text}\n\n${fancyTextList}\n> ${caption}`),
|
3754 |
}, { quoted: m });
|
3755 |
|
3756 |
} catch (error) {
|