Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Fxc7 authored Jan 31, 2021
1 parent 59b9f9b commit b58e600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ async function starts() {
var year = (yy < 1000) ? yy + 1900 : yy;
const tanggal = `${thisDay}, ${day} - ${myMonths[bulan]} - ${year}`
setTimeout( () => {
await costum(help(prefix, instagram, yt, name, pushname2, user, limitt), text, FarhanGans, replySet)
costum(help(prefix, instagram, yt, name, pushname2, user, limitt), text, FarhanGans, replySet)
}, 15000)
setTimeout( () => {
client.sendMessage(from, rules(name, uptime, tanggal, jam, prefix), text, {quoted: mek })
Expand Down Expand Up @@ -3214,4 +3214,4 @@ async function starts() {
}
})
}
starts()
starts()

0 comments on commit b58e600

Please sign in to comment.