API-XX commited on
Commit
e62dc86
·
verified ·
1 Parent(s): a009984

Upload case.js

Browse files
Files changed (1) hide show
  1. case.js +1 -4
case.js CHANGED
@@ -3256,15 +3256,12 @@ case 'cecan-japan': {
3256
  case 'alive': {
3257
  await loading();
3258
 
3259
- let uptime = process.uptime();
3260
- let runtime = new Date(uptime * 1000).toISOString().substr(11, 8);
3261
-
3262
  const quote = "i refuse to be weak. i reject death. i am the one who goes forward, who slays, who reigns over shadows... *i am alive.*";
3263
  const imageUrl = "https://huggingface.co/spaces/API-XX/TEST/resolve/main/Links/Leonardo_Phoenix_10_Animestyle_male_character_standing_confide_3.jpg";
3264
 
3265
  await conn.sendMessage(m.chat, {
3266
  image: { url: imageUrl },
3267
- caption: fontx(`${quote}\n\n👤 creator: blue demon\n⏳ runtime: ${runtime}`)
3268
  }, { quoted: m });
3269
 
3270
  break;
 
3256
  case 'alive': {
3257
  await loading();
3258
 
 
 
 
3259
  const quote = "i refuse to be weak. i reject death. i am the one who goes forward, who slays, who reigns over shadows... *i am alive.*";
3260
  const imageUrl = "https://huggingface.co/spaces/API-XX/TEST/resolve/main/Links/Leonardo_Phoenix_10_Animestyle_male_character_standing_confide_3.jpg";
3261
 
3262
  await conn.sendMessage(m.chat, {
3263
  image: { url: imageUrl },
3264
+ caption: fontx(`${quote}\n\n👤 creator: blue demon\n⏳ runtime: ${runtime(process.uptime())}\n> ${caption}`)
3265
  }, { quoted: m });
3266
 
3267
  break;