Skip to content

Commit

Permalink
Update i-uptime.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Kangsad01 authored Sep 5, 2022
1 parent b251dbd commit 51d1f63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/i-uptime.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var seconds = Math.floor(seconds % 60);
return `${pad(hours)}Jam ${pad(minutes)}Menit ${pad(seconds)}Detik`
}
var runtime = process.uptime()
var teks = `The.sad.boy01 ×͜×`// \n\n${kyun(runtime)}`
var teks = `The.sad.boy01 ×͜×`p
var run = `${kyun(runtime)}`
var itsme = `0@s.whatsapp.net`
var split = `teks`
Expand All @@ -33,9 +33,9 @@ var runtime = process.uptime()
itemCount : 999,
status: 1,
surface : 1,
message: `${teks}\n${run}`, //Kasih namalu
message: `${teks}\n${run}`,
orderTitle: `${teks}\n${run}`,
thumbnail: fs.readFileSync('./src/img.png'), //Gambarnye
thumbnail: fs.readFileSync('./src/logo.jpg'), //Gambarnye
sellerJid: '0@s.whatsapp.net'
}
}
Expand All @@ -55,4 +55,4 @@ function clockString(ms) {
let m = isNaN(ms) ? '--' : Math.floor(ms / 60000) % 60
let s = isNaN(ms) ? '--' : Math.floor(ms / 1000) % 60
return [h, m, s].map(v => v.toString().padStart(2, 0)).join(':')
}
}

0 comments on commit 51d1f63

Please sign in to comment.