How to Use RunMyBot
This is a template page—edit text, add screenshots, and link to your Help/FAQ.
1) Create your bot
- Get token from @BotFather (see Token Guide).
- Dashboard → Create New Bot → paste token & name.
- Click the bot card → Commands.
2) Add your first command
- In Command name type
start (without /).
- Paste code:
ctx.reply('👋 Welcome to RunMyBot!');
- Save Command.
3) Start the bot
- Back to the dashboard → click Start on the bot card.
- Open your bot in Telegram and send
/start.
- 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.