deletedaccount/Filosofi_1botPublic · Bot Template

Make more optional and custom bot contact @Mr_WASI_Developer

Scamscamgmail_farmingpaid_tasksearningsreferral_bonusdaily_bonus
ProfileTelegram
33 commands0 envUpdated 5h agoCreated Aug 1, 2026
Back to folder

commands/⚙️ Settings.js

javascript · 16 lines

Raw
1/**#command2name: ⚙️ Settings3answer: 4keyboard: 5parse_mode: markdown6aliases: 7allow_only_group: false8need_reply: false9is_web: 010#command**/11 12Api.sendMessage({13  chat_id: chat.chatid,14  text: "⚙️ <b>SETTINGS</b>\n\n👤 <b>Account ID:</b> <code>" + user.telegramid + "</code>\n🌐 <b>Language:</b> Bengali / English\n\n<i>কোনো কিছু পরিবর্তনের দরকার হলে সাপোর্ট চ্যানেলে যোগাযোগ করুন।</i>",15  parse_mode: "HTML"16});