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
Go to Bots Mother
Log in or register your account
Click on "My Bots"
Click "Create New Bot"
Enter Your Bot Name
Enter Your Bot Username
(Without @)
Paste the Token you got from BotFather
Give your project a name and click Create

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