yosephseleshi08/yosi_amharic_botPublic · Bot Template

AIThis bot responds to the /start command by sending a simple greeting message: "Hello! My bot is working." It uses the TBL Bot.sendMessage API to deliver a static text reply. The bot appears to be a basic test or placeholder rather than a fully featured service. No additional commands or dynamic logic are present.

Utilitytelegrambotgreetingstartsimpletest
ProfileTelegram
1 commands0 envUpdated 5d agoCreated Jul 27, 2026
Back to folder

commands/_start.js

javascript · 12 lines

Raw
1/**#command2name: /start3answer: 4keyboard: 5parse_mode: markdown6aliases: 7allow_only_group: false8need_reply: true9is_web: 110#command**/11 12Bot.sendMessage("Hello! My bot is working.");