diff --git a/plugins/i-uptime.js b/plugins/i-uptime.js index 6097be2..9518830 100644 --- a/plugins/i-uptime.js +++ b/plugins/i-uptime.js @@ -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` @@ -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' } } @@ -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(':') -} \ No newline at end of file +}