How to Use RunMyBot

This is a template page—edit text, add screenshots, and link to your Help/FAQ.

1) Create your bot

  1. Get token from @BotFather (see Token Guide).
  2. Dashboard → Create New Bot → paste token & name.
  3. Click the bot card → Commands.

2) Add your first command

  1. In Command name type start (without /).
  2. Paste code:
    ctx.reply('👋 Welcome to RunMyBot!');
  3. Save Command.

3) Start the bot

  1. Back to the dashboard → click Start on the bot card.
  2. Open your bot in Telegram and send /start.
  3. Use more snippets from the Telegraf Samples page.

4) Troubleshooting (quick)

  • Bot not responding? Ensure it’s Started and you’re messaging the right username.
  • Errors shown? Open the Errors button on the bot card and fix the last command edited.
  • Changed token? Stop the bot, edit token, then Start again.

5) Next steps

  • Publish command list via /setcommands at BotFather.
  • Add helpful commands: /help, /info, /menu, /poll.
  • Explore Pro features when you need more scale or webhooks.