API-XX commited on
Commit
0b664b2
Β·
verified Β·
1 Parent(s): 64b96b5

Upload case.js

Browse files
Files changed (1) hide show
  1. case.js +2 -1
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\nπŸ“Œ Reply with a number to copy a style!`),
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) {