telebothost/DailySparkCWMBotPublic · Community Store Listing
Daily Spark Bot
6 commands0 envUpdated 6mo agoCreated Dec 27, 2025
commands/_start.js
javascript · 21 lines · click line # to share
1/**#command2name: /start3answer: 4keyboard: 5parse_mode: 6aliases: 7allow_only_group: false8need_reply: false9is_web: 010#command**/11 12// Send a welcome message with what this bot will do13msg.reply("<b>👋 Hello & welcome to Daily Spark Bot where I give you one small challenge every day.\n\nComplete it → build consistency → grow 🌱</b>", {14 parse_mode: "HTML",15 reply_markup: {16 keyboard: [17 ["🎯 Get Today’s Challenge", "📊 My Progress"]18 ],19 resize_keyboard: true20 }21});