Skip to content

Commit

Permalink
fix: default time to selangor klang 03
Browse files Browse the repository at this point in the history
  • Loading branch information
nordinswift committed Apr 28, 2023
1 parent 86f7204 commit f34ca1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]) => {
Expand Down

0 comments on commit f34ca1f

Please sign in to comment.