diff --git a/index.js b/index.js index d2ca605c64..98d330fa68 100644 --- a/index.js +++ b/index.js @@ -12,7 +12,7 @@ bot.help((ctx) => ctx.reply('Send me a sticker')); bot.hears('hi', (ctx) => ctx.reply('Hey there')); bot.command('hariini', async (ctx) => { - const waktu = await getPrayerTimes("today", "JHR03") + const waktu = await getPrayerTimes("today", "SGR03") let str = '' waktu.prayerTime.map((time) => { Object.entries(time).forEach(([key, value]) => {