Skip to content

Commit 51d1f63

Browse files
authored
Update i-uptime.js
1 parent b251dbd commit 51d1f63

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

plugins/i-uptime.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var seconds = Math.floor(seconds % 60);
2020
return `${pad(hours)}Jam ${pad(minutes)}Menit ${pad(seconds)}Detik`
2121
}
2222
var runtime = process.uptime()
23-
var teks = `The.sad.boy01 ×͜×`// \n\n${kyun(runtime)}`
23+
var teks = `The.sad.boy01 ×͜×`p
2424
var run = `${kyun(runtime)}`
2525
var itsme = `0@s.whatsapp.net`
2626
var split = `teks`
@@ -33,9 +33,9 @@ var runtime = process.uptime()
3333
itemCount : 999,
3434
status: 1,
3535
surface : 1,
36-
message: `${teks}\n${run}`, //Kasih namalu
36+
message: `${teks}\n${run}`,
3737
orderTitle: `${teks}\n${run}`,
38-
thumbnail: fs.readFileSync('./src/img.png'), //Gambarnye
38+
thumbnail: fs.readFileSync('./src/logo.jpg'), //Gambarnye
3939
sellerJid: '0@s.whatsapp.net'
4040
}
4141
}
@@ -55,4 +55,4 @@ function clockString(ms) {
5555
let m = isNaN(ms) ? '--' : Math.floor(ms / 60000) % 60
5656
let s = isNaN(ms) ? '--' : Math.floor(ms / 1000) % 60
5757
return [h, m, s].map(v => v.toString().padStart(2, 0)).join(':')
58-
}
58+
}

0 commit comments

Comments
 (0)