Skip to content

Commit

Permalink
Fix Deskripsi
Browse files Browse the repository at this point in the history
  • Loading branch information
rescenic committed Dec 2, 2021
1 parent 0f5078f commit 6b5661a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Proses.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,9 @@ function prosesPesan(update) {
var pola = /^[\/!]jadwal(@rsmb_id_bot)?|📜 Jadwal Realtime$/i;
if ((cocok = pola.exec(msg.text))) {
var url =
"https://raw.githubusercontent.com/rescenic/rsmb-bot/master/jd-11-2021.jpeg";
"https://raw.githubusercontent.com/rescenic/rsmb-bot/master/assets/images/Jadwal%20Dokter%20Desember%202021.jpg";
var caption =
"<b>Jadwal Dokter November 2021 dan Versi Realtime H-1 di https://j.mp/jadwal-dokter-rsmb</b>";
"<b>Jadwal Dokter Desember 2021 dan Versi Realtime H-1 di https://j.mp/jadwal-dokter-rsmb</b>";
return tg.sendPhoto(msg.chat.id, url, caption, "HTML");
}

Expand Down

0 comments on commit 6b5661a

Please sign in to comment.