Skip to content

Commit f34ca1f

Browse files
committed
fix: default time to selangor klang 03
1 parent 86f7204 commit f34ca1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bot.help((ctx) => ctx.reply('Send me a sticker'));
1212
bot.hears('hi', (ctx) => ctx.reply('Hey there'));
1313

1414
bot.command('hariini', async (ctx) => {
15-
const waktu = await getPrayerTimes("today", "JHR03")
15+
const waktu = await getPrayerTimes("today", "SGR03")
1616
let str = ''
1717
waktu.prayerTime.map((time) => {
1818
Object.entries(time).forEach(([key, value]) => {

0 commit comments

Comments
 (0)