Skip to content

Commit

Permalink
help menu, ttp, ktpmaker
Browse files Browse the repository at this point in the history
  • Loading branch information
LoL-Human committed Mar 19, 2021
1 parent deb5bd3 commit c7806c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"apikey": "91b64af1c1afa0d0ad528536",
"apikey": "",
"prefix": "/"
}
2 changes: 1 addition & 1 deletion help/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ const help = (prefix) => {
exports.help = help

const donate = (sender) => {
return `Isi punya situ ae ngab`
return `Isi punya situ ae ngabs`
}
exports.donate = donate

Expand Down
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ async function starts() {
e = String(e)
if (!e.includes("this.isZero")) {
const time_error = moment.tz('Asia/Jakarta').format('HH:mm:ss')
console.log(color(time_error, "white"), color("[ ERROR ]", "aqua"), color(e, 'red'), color("in", "red"), color(e.line, "red"))
console.log(color(time_error, "white"), color("[ ERROR ]", "aqua"), color(e, 'red'))
}
}
})
Expand Down

0 comments on commit c7806c1

Please sign in to comment.