Getting started

Get bot Token with @BotFather

🤖 How to Create Your First Bot on Bots Mother

Getting started is super easy – even if it’s your first time building a Telegram bot. Let’s walk through it step by step.

🧙 Step 1: Talk to @BotFather

There’s a bot… for creating bots! Search for @BotFather on Telegram and send the command:

/newbot

Follow the simple instructions to:

  • Give your bot a name

  • Choose a username (must end with bot)

  • And receive your Bot Token – it looks like this:

123456789:AAHdqTcvCH1vGWJxfSeofSAs0K5PALDsaw

This token is super important – it’s what connects your bot to the world.

🔧 Step 2: Create a Bot on Bots Mother

  1. Log in or register your account

  2. Click on "My Bots"

  3. Click "Create New Bot"

  4. Enter Your Bot Name

  5. Enter Your Bot Username (Without @)

  6. Paste the Token you got from BotFather

  7. Give your project a name and click Create

That’s it – your bot is now linked and ready to build!

Last updated