How can we help?

Step-by-step guides for running a paid Telegram channel or group on MemberBot — create your own membership bot, connect payments (Stripe, PayPal, crypto, M-Pesa & Telegram Stars), build subscription plans, and manage members automatically.

New here? Setting up a Telegram membership bot takes three steps: 1. create your bot with Telegram's BotFather, 2. connect a payment method and create your plans, 3. add the bot to your channel or group — it handles invites, renewals, and removals automatically. Start free and follow the guides below.

Troubleshooting

My bot isn't responding

If your bot has gone quiet — no reply to /start, no menu, nothing — it is almost always a token problem. Telegram talks to your bot through a secret token, and if that token changed or was revoked, MemberBot can no longer receive updates for it.

Quick checklist

Check the token in the Bots page is the current one. If you regenerated it in BotFather, paste the new token and reconnect — this re-registers the bot live.
Confirm the bot is alive in BotFather — it must not be stopped or deleted.
Send /start yourself to test a reply. A working bot answers instantly.
Tip: Reconnecting the token in the Bots page is the single fix that resolves most "silent bot" cases — it forces MemberBot to re-register the webhook with Telegram.

Why revoking breaks it

When you tap "Revoke current token" in BotFather, the old token stops working immediately. Any bot still configured with the old token will look connected but receive nothing. Paste the fresh token, save, and test again.

Warning: Don't run the same bot token in two places (for example, another hosting tool). Telegram delivers each update once, so the two will fight over messages and your bot will seem to reply at random.