Skip to content

Commit

Permalink
Update dialog on slow mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Kry9toN committed Jan 22, 2021
1 parent 281cb8e commit b055dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion krypton.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ async function krypton () {
if (now < expirationTime) {
const timeLeft = (expirationTime - now) / 1000
return client.sendMessage(client.from,
`Mohon tunggu lebih dari ${timeLeft.toFixed(1)} detik sebelum menggunakan perintah ini *${command.name}*.`,
`[Slow mode] Mohon tunggu lebih dari ${timeLeft.toFixed(1)} detik sebelum menggunakan perintah *${command.name}* kembali.\n\n Berlangganan lah agar tidak selalu menunggu seperti ini, ketik *!pricing* untuk info harga, dll`,
MessageType.text
)
}
Expand Down

0 comments on commit b055dd9

Please sign in to comment.