455 commands2 envUpdated 6h agoCreated Aug 26, 2026
commands/png.js
javascript · 33 lines
1/**#command2name: png3answer: 4keyboard: 5parse_mode: markdown6aliases: 7allow_only_group: false8need_reply: false9is_web: 010#command**/11 12/**#command13name: png14answer: 15keyboard: 16parse_mode: markdown17aliases: 18allow_only_group: false19need_reply: false20is_web: 021#command**/22 23try {24try { Api.answerCallbackQuery({}); } catch (e0) {}25var tehran = new Date(Date.now() + 210 * 60000);26var hh = tehran.getUTCHours();27var mm = tehran.getUTCMinutes();28var ss = tehran.getUTCSeconds();29var t1 = (hh < 10 ? "0" : "") + hh + ":" + (mm < 10 ? "0" : "") + mm + ":" + (ss < 10 ? "0" : "") + ss;30Bot.sendMessage("🏓 پونگ\n🕐 تهران " + t1);31} catch (e) {32 Bot.sendMessage("خطا png");33}